pub fn from_value<T>(value: JsValue) -> Result<T, Error>where
    T: DeserializeOwned,
Expand description

Converts JsValue into a Rust type.