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