pub type JSDestroyZoneCallback = Option<unsafe extern "C" fn(*mut GCContext, *mut Zone)>;Aliased Type§
pub enum JSDestroyZoneCallback {
None,
Some(unsafe extern "C" fn(*mut GCContext, *mut Zone)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut GCContext, *mut Zone))
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.