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