to_js_value

Function to_js_value 

Source
pub fn to_js_value<T>(value: &T) -> Result<JsValue, Error>
where T: Serialize + ?Sized,
Expand description

Converts a Rust value into a JsValue.