1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
/// Internal namespace. mod private { // use crate::*; } crate::mod_interface! { orphan use ::wasm_bindgen_futures:: { JsFuture, future_to_promise, spawn_local, }; }