Type Alias mozjs::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),
}