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