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