Type Alias javascriptcore6_sys::JSCExceptionHandler
source · pub type JSCExceptionHandler = Option<unsafe extern "C" fn(_: *mut JSCContext, _: *mut JSCException, _: gpointer)>;Aliased Type§
enum JSCExceptionHandler {
None,
Some(unsafe extern "C" fn(_: *mut JSCContext, _: *mut JSCException, _: *mut c_void)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(_: *mut JSCContext, _: *mut JSCException, _: *mut c_void))
Some value of type T.