domu/types
Types
pub type AbortSignal =
AbortSignalLike(Concrete)
pub type AbortSignalLike(a) =
EventTargetLike(AbortSignalTag(a))
pub type AbortSignalTag(a)
pub type DocumentLike(a) =
NodeLike(DocumentTag(a))
pub type DocumentTag(a)
pub type ElementLike(a) =
NodeLike(ElementTag(a))
pub type ElementTag(a)
pub type EventTarget =
EventTargetLike(Concrete)
pub type EventTargetLike(a)
pub type HTMLAnchorElement =
HTMLAnchorElementLike(Concrete)
pub type HTMLAnchorElementLike(a) =
HTMLElementLike(HTMLAnchorElementTag(a))
pub type HTMLAnchorElementTag(a)
pub type HTMLBodyElement =
HTMLBodyElementLike(Concrete)
pub type HTMLBodyElementLike(a) =
HTMLElementLike(HTMLBodyElementTag(a))
pub type HTMLBodyElementTag(a)
pub type HTMLElement =
HTMLElementLike(Concrete)
pub type HTMLElementLike(a) =
ElementLike(HTMLElementTag(a))
pub type HTMLElementTag(a)
pub type InputEvent =
InputEventLike(Concrete)
pub type InputEventLike(a) =
UIEventLike(InputEventTag(a))
pub type InputEventTag(a)
pub type MouseEvent =
MouseEventLike(Concrete)
pub type MouseEventLike(a) =
UIEventLike(MouseEventTag(a))
pub type MouseEventTag(a)
pub type PointerEvent =
PointerEventLike(Concrete)
pub type PointerEventLike(a) =
MouseEventLike(PointerEventTag(a))
pub type PointerEventTag(a)
pub type UIEventLike(a) =
EventLike(UIEventTag(a))
pub type UIEventTag(a)