pub(crate) type OnErrorEventHandler = OnErrorEventHandler<DomTypeHolder>;Aliased Type§
pub(crate) enum OnErrorEventHandler {
None,
Some(Rc<OnErrorEventHandlerNonNull<DomTypeHolder>>),
}pub(crate) type OnErrorEventHandler = OnErrorEventHandler<DomTypeHolder>;pub(crate) enum OnErrorEventHandler {
None,
Some(Rc<OnErrorEventHandlerNonNull<DomTypeHolder>>),
}