Function workflow_wasm::serde::from_value

source ยท
pub fn from_value<T>(value: JsValue) -> Result<T, Error>
Expand description

Converts JsValue into a Rust type.