pub type JSNative = Option<unsafe extern "C" fn(cx: *mut JSContext, argc: c_uint, vp: *mut Value) -> bool>;Aliased Type§
pub enum JSNative {
None,
Some(unsafe extern "C" fn(*mut JSContext, u32, *mut Value) -> bool),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut JSContext, u32, *mut 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.