pub type OnErrorEventHandler = Option<Rc<OnErrorEventHandlerNonNull>>;

Aliased Type§

enum OnErrorEventHandler {
    None,
    Some(Rc<OnErrorEventHandlerNonNull>),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(Rc<OnErrorEventHandlerNonNull>)

Some value of type T.