pub type JSIterateCompartmentCallback = Option<unsafe extern "C" fn(*mut JSContext, *mut c_void, *mut Compartment) -> CompartmentIterResult>;Aliased Type§
pub enum JSIterateCompartmentCallback {
None,
Some(unsafe extern "C" fn(*mut JSContext, *mut c_void, *mut Compartment) -> CompartmentIterResult),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut JSContext, *mut c_void, *mut Compartment) -> CompartmentIterResult)
Some value of type T.
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.