Trait 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§