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