pub type GetPropertyOp = Option<unsafe extern "C" fn(*mut JSContext, Handle<*mut JSObject>, Handle<Value>, Handle<PropertyKey>, MutableHandle<Value>) -> bool>;Aliased Type§
pub enum GetPropertyOp {
None,
Some(unsafe extern "C" fn(*mut JSContext, Handle<*mut JSObject>, Handle<Value>, Handle<PropertyKey>, MutableHandle<Value>) -> bool),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut JSContext, Handle<*mut JSObject>, Handle<Value>, Handle<PropertyKey>, MutableHandle<Value>) -> bool)
Some value of type T.
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.