Type Alias DOMInstanceClassIsError

Source
pub type DOMInstanceClassIsError = Option<unsafe extern "C" fn(arg1: *const JSClass) -> bool>;

Aliased Type§

pub enum DOMInstanceClassIsError {
    None,
    Some(unsafe extern "C" fn(*const JSClass) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const JSClass) -> bool)

Some value of type T.