pub type DestroyRealmCallback = Option<unsafe extern "C" fn(gcx: *mut GCContext, realm: *mut Realm)>;

Aliased Type§

enum DestroyRealmCallback {
    None,
    Some(unsafe extern "C" fn(_: *mut GCContext, _: *mut Realm)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut GCContext, _: *mut Realm))

Some value of type T.