Function sauron::prelude::serde_wasm_bindgen::to_value

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

Converts a Rust value into a JsValue.