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

source ·
pub type SelfHostedWriter = Option<unsafe extern "C" fn(_: *mut JSContext, _: [u64; 2]) -> bool>;

Aliased Type§

enum SelfHostedWriter {
    None,
    Some(unsafe extern "C" fn(_: *mut JSContext, _: [u64; 2]) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut JSContext, _: [u64; 2]) -> bool)

Some value of type T.