Type Alias mozjs::jsapi::JS::NativeImpl
source · pub type NativeImpl = Option<unsafe extern "C" fn(_: *mut JSContext, _: *const CallArgs) -> bool>;
Aliased Type§
enum NativeImpl {
None,
Some(unsafe extern "C" fn(_: *mut JSContext, _: *const CallArgs) -> bool),
}