ExceptionCatchFn

Type Alias ExceptionCatchFn 

Source
pub type ExceptionCatchFn = Option<fn(event: ExceptionCatchEvent<'_>)>;

Aliased Type§

pub enum ExceptionCatchFn {
    None,
    Some(fn(ExceptionCatchEvent<'_>)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(fn(ExceptionCatchEvent<'_>))

Some value of type T.