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