Type Alias nj_core::sys::napi_status

source ·
pub type napi_status = u32;

Trait Implementations§

source§

impl JSValue<'_> for u32

source§

fn convert_to_rust(env: &JsEnv, js_value: napi_value) -> Result<Self, NjError>

source§

fn label() -> &'static str

source§

impl ToBigInt for u32

source§

fn to_bigint(&self) -> Option<BigInt>

Converts the value of self to a BigInt.
source§

impl ToBigUint for u32

source§

fn to_biguint(&self) -> Option<BigUint>

Converts the value of self to a BigUint.
source§

impl TryIntoJs for u32

§

impl Value for u32

§

fn record(&self, key: &Field, visitor: &mut dyn Visit)

Visits this value with the given Visitor.