Type Definition deno_napi::napi_status

source ·
pub type napi_status = i32;

Trait Implementations§

source§

impl From<Error> for napi_status

source§

fn from(error: Error) -> Self

Converts to this type from the input type.
source§

impl Into<Error> for napi_status

source§

fn into(self) -> Error

Converts this type into the (usually inferred) input type.