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

source ·
pub type IsAcceptableThis = Option<unsafe extern "C" fn(_: Handle<Value>) -> bool>;

Aliased Type§

enum IsAcceptableThis {
    None,
    Some(unsafe extern "C" fn(_: Handle<Value>) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: Handle<Value>) -> bool)

Some value of type T.