Function workflow_wasm::convert::try_clone_from_abi_safe

source ยท
pub fn try_clone_from_abi_safe<T>(
    class: &str,
    js: impl AsRef<JsValue>,
) -> Result<T, Error>
where T: RefFromWasmAbi<Abi = u32> + Clone,