Trait napi::bindgen_prelude::TypeName[][src]

pub trait TypeName {
    fn type_name() -> &'static str;
fn value_type() -> ValueType; }

Required methods

Implementations on Foreign Types

Implementors