macro_rules! napi_call_result {
($napi_expr:expr) => { ... };
}
Expand description
call napi and wrap into result used only in this crate
macro_rules! napi_call_result {
($napi_expr:expr) => { ... };
}
call napi and wrap into result used only in this crate