pub async fn catch_invoke<T, E>(command: &str, args: JsValue) -> Result<T, E>Available on
target_family="wasm" only.Expand description
Wrapper for invoke, to return an expected Result<T, E>
pub async fn catch_invoke<T, E>(command: &str, args: JsValue) -> Result<T, E>target_family="wasm" only.Wrapper for invoke, to return an expected Result<T, E>