Trait node_bindgen::core::JSValue
source · pub trait JSValue<'a>: Sized {
fn convert_to_rust(
env: &'a JsEnv,
js_value: *mut napi_value__
) -> Result<Self, NjError>;
fn label() -> &'static str { ... }
}Expand description
Convert napi value to Rust value