Trait napi::NapiRaw[][src]

pub trait NapiRaw {
    unsafe fn raw(&self) -> napi_value;
}

Required methods

Implementors