Trait node_bindgen::core::IntoJs

source ·
pub trait IntoJs {
    // Required method
    fn into_js(self, js_env: &JsEnv) -> *mut napi_value__;
}
Expand description

convert to js including error

Required Methods§

source

fn into_js(self, js_env: &JsEnv) -> *mut napi_value__

Implementations on Foreign Types§

source§

impl IntoJs for Result<*mut napi_value__, NjError>

Implementors§