Trait Alias wasm_mt::MtAsyncClosure[][src]

trait MtAsyncClosure<T> where
    T: Future<Output = Result<JsValue, JsValue>> + 'static, 
= FnOnce() -> T + Serialize + DeserializeOwned + 'static;