summaryrefslogtreecommitdiffstats
path: root/futures/src
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-01-20 10:39:17 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-01-20 10:39:17 +0100
commit7bb6411dfc6797c567a96ff940fc72f3a6747ff4 (patch)
tree9b514b1b2059f34d25243ffd1fe4a9c15607dfc0 /futures/src
parentf14009601e270e43bdf29b8f4842cf136fbbd8b9 (diff)
downloadiced-7bb6411dfc6797c567a96ff940fc72f3a6747ff4.tar.gz
iced-7bb6411dfc6797c567a96ff940fc72f3a6747ff4.tar.bz2
iced-7bb6411dfc6797c567a96ff940fc72f3a6747ff4.zip
Write documentation for `executor::WasmBindgen`
Diffstat (limited to 'futures/src')
-rw-r--r--futures/src/executor/wasm_bindgen.rs1
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;