pub type JSErrorCallback = Option<unsafe extern "C" fn(userRef: *mut c_void, errorNumber: c_uint) -> *const JSErrorFormatString>;Aliased Type§
pub enum JSErrorCallback {
None,
Some(unsafe extern "C" fn(*mut c_void, u32) -> *const JSErrorFormatString),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut c_void, u32) -> *const JSErrorFormatString)
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.