Function workflow_wasm::convert::try_ref_mut_from_abi_safe

source ยท
pub fn try_ref_mut_from_abi_safe<T>(
    class: &str,
    js: impl AsRef<JsValue>,
) -> Result<<T as RefMutFromWasmAbi>::Anchor, Error>
where T: RefMutFromWasmAbi<Abi = u32>,