pub type ExceptionCatchFn = Option<fn(event: ExceptionCatchEvent<'_>)>;Aliased Type§
pub enum ExceptionCatchFn {
None,
Some(fn(ExceptionCatchEvent<'_>)),
}pub type ExceptionCatchFn = Option<fn(event: ExceptionCatchEvent<'_>)>;pub enum ExceptionCatchFn {
None,
Some(fn(ExceptionCatchEvent<'_>)),
}