pub trait IntoJs {
// Required method
fn into_js(self, js_env: &JsEnv) -> *mut napi_value__;
}Expand description
convert to js including error
pub trait IntoJs {
// Required method
fn into_js(self, js_env: &JsEnv) -> *mut napi_value__;
}convert to js including error