diff options
Diffstat (limited to 'futures/src/executor')
-rw-r--r-- | futures/src/executor/wasm_bindgen.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/futures/src/executor/wasm_bindgen.rs b/futures/src/executor/wasm_bindgen.rs index 70a8ea8e..2a12a1c0 100644 --- a/futures/src/executor/wasm_bindgen.rs +++ b/futures/src/executor/wasm_bindgen.rs @@ -1,5 +1,6 @@ use crate::Executor; +/// A type representing a `wasm-bindgen-futures` runtime. #[derive(Debug)] pub struct WasmBindgen; |