Function workflow_wasm::serde::from_value
source ยท pub fn from_value<T>(value: JsValue) -> Result<T, Error>where
T: DeserializeOwned,
Expand description
Converts JsValue
into a Rust type.
pub fn from_value<T>(value: JsValue) -> Result<T, Error>where
T: DeserializeOwned,
Converts JsValue
into a Rust type.