Trait Alias wasm_mt::MtClosure[][src]

trait MtClosure = FnOnce() -> Result<JsValue, JsValue> + Serialize + DeserializeOwned + 'static;