Function quickjs_rusty::serde::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
pub fn to_js<T>(context: *mut JSContext, value: &T) -> Result<OwnedJsValue>where
T: Serialize,
convert from rust type to OwnedJsValue