[][src]Trait nj_core::IntoJs

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

convert to js including error

Required methods

pub fn to_js(self, js_env: &JsEnv) -> napi_value[src]

Loading content...

Implementations on Foreign Types

impl IntoJs for Result<napi_value, NjError>[src]

Loading content...

Implementors

impl IntoJs for NjError[src]

Loading content...