quickjs_rusty::serde

Function to_js

Source
pub fn to_js<T>(context: *mut JSContext, value: &T) -> Result<OwnedJsValue>
where T: Serialize,
Expand description

convert from rust type to OwnedJsValue