Write documentation for executor::WasmBindgen

This commit is contained in:
Héctor Ramón Jiménez 2020-01-20 10:39:17 +01:00
parent f14009601e
commit 7bb6411dfc

View File

@ -1,5 +1,6 @@
use crate::Executor;
/// A type representing a `wasm-bindgen-futures` runtime.
#[derive(Debug)]
pub struct WasmBindgen;