Function catch_invoke

Source
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>