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