pub type GetElementsOp = Option<unsafe extern "C" fn(cx: *mut JSContext, obj: HandleObject, begin: u32, end: u32, adder: *mut ElementAdder) -> bool>;Aliased Type§
pub enum GetElementsOp {
None,
Some(unsafe extern "C" fn(*mut JSContext, Handle<*mut JSObject>, u32, u32, *mut ElementAdder) -> bool),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut JSContext, Handle<*mut JSObject>, u32, u32, *mut ElementAdder) -> 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.