Type Definition napi::Result[][src]

pub type Result<T> = Result<T, Error>;

Trait Implementations

Safety Read more