domu/types
Types
pub type AbortSignal =
AbortSignalLike(Concrete)
pub type AbortSignalLike(a) =
EventTargetLike(TagAbortSignal(a))
pub type DocumentLike(a) =
NodeLike(TagDocument(a))
pub type ElementLike(a) =
NodeLike(TagElement(a))
pub type EventTarget =
EventTargetLike(Concrete)
pub type EventTargetLike(a)
pub type HTMLAnchorElement =
HTMLAnchorElementLike(Concrete)
pub type HTMLAnchorElementLike(a) =
HTMLElementLike(TagHTMLAnchorElement(a))
pub type HTMLBodyElement =
HTMLBodyElementLike(Concrete)
pub type HTMLBodyElementLike(a) =
HTMLElementLike(TagHTMLBodyElement(a))
pub type HTMLElement =
HTMLElementLike(Concrete)
pub type HTMLElementLike(a) =
ElementLike(TagHTMLElement(a))
pub type MouseEvent =
MouseEventLike(Concrete)
pub type MouseEventLike(a) =
UIEventLike(TagMouseEvent(a))
pub type PointerEvent =
PointerEventLike(Concrete)
pub type PointerEventLike(a) =
MouseEventLike(TagPointerEvent(a))
pub type TagAbortSignal(a)
pub type TagDocument(a)
pub type TagElement(a)
pub type TagHTMLAnchorElement(a)
pub type TagHTMLBodyElement(a)
pub type TagHTMLElement(a)
pub type TagMouseEvent(a)
pub type TagPointerEvent(a)
pub type TagUIEvent(a)
pub type UIEventLike(a) =
EventLike(TagUIEvent(a))