Type Alias mozjs_sys::jsapi::JS::IsAcceptableThis

source ·
pub type IsAcceptableThis = Option<unsafe extern "C" fn(v: HandleValue) -> 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.