[][src]Trait node_bindgen::core::IntoJs

pub trait IntoJs {
    fn to_js(self, js_env: &JsEnv) -> *mut napi_value__;
}

convert to js including error

Required methods

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

Loading content...

Implementations on Foreign Types

impl IntoJs for Result<*mut napi_value__, NjError>[src]

Loading content...

Implementors

impl IntoJs for NjError[src]

Loading content...