Type Alias script::dom::bindings::import::module::jsapi::DestroyRealmCallback

source ·
pub type DestroyRealmCallback = Option<unsafe extern "C" fn(_: *mut GCContext, _: *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.