pub type PedExceptionHandler = Option<unsafe extern "C" fn(ex: *mut PedException) -> PedExceptionOption>;Aliased Type§
pub enum PedExceptionHandler {
None,
Some(unsafe extern "C" fn(*mut _PedException) -> _PedExceptionOption),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut _PedException) -> _PedExceptionOption)
Some value of type T.