Type Alias OnErrorEventHandler

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

Some(Rc<OnErrorEventHandlerNonNull<D>>)

Some value of type T.