ExceptionFn

Type Alias ExceptionFn 

Source
pub type ExceptionFn = Option<fn(event: ExceptionEvent<'_>)>;

Aliased Type§

pub enum ExceptionFn {
    None,
    Some(fn(ExceptionEvent<'_>)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(fn(ExceptionEvent<'_>))

Some value of type T.