Trait node_bindgen::core::IntoJs
source · pub trait IntoJs {
fn into_js(self, js_env: &JsEnv) -> *mut napi_value__;
}Expand description
convert to js including error
pub trait IntoJs {
fn into_js(self, js_env: &JsEnv) -> *mut napi_value__;
}convert to js including error