diff options
author | 2020-01-20 10:39:17 +0100 | |
---|---|---|
committer | 2020-01-20 10:39:17 +0100 | |
commit | 7bb6411dfc6797c567a96ff940fc72f3a6747ff4 (patch) | |
tree | 9b514b1b2059f34d25243ffd1fe4a9c15607dfc0 /futures | |
parent | f14009601e270e43bdf29b8f4842cf136fbbd8b9 (diff) | |
download | iced-7bb6411dfc6797c567a96ff940fc72f3a6747ff4.tar.gz iced-7bb6411dfc6797c567a96ff940fc72f3a6747ff4.tar.bz2 iced-7bb6411dfc6797c567a96ff940fc72f3a6747ff4.zip |
Write documentation for `executor::WasmBindgen`
Diffstat (limited to 'futures')
-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; |