Type Definition neon::sys::bindings::Callback

source ·
pub type Callback = Option<unsafe extern "C" fn(env: Env, info: CallbackInfo) -> Value>;
Available on crate features sys and napi-1 only.
Expand description