Type Definition objc_sys::objc_uncaught_exception_handler
source · [−]pub type objc_uncaught_exception_handler = unsafe extern "C" fn(exception: *mut objc_object);
Expand description
Remember that this is non-null!
pub type objc_uncaught_exception_handler = unsafe extern "C" fn(exception: *mut objc_object);
Remember that this is non-null!