domu/types

Types

pub type AbortSignal =
  AbortSignalLike(Concrete)
pub type AbortSignalLike(a) =
  EventTargetLike(AbortSignalTag(a))
pub type AbortSignalTag(a)
pub type Concrete
pub type Document =
  DocumentLike(Concrete)
pub type DocumentLike(a) =
  NodeLike(DocumentTag(a))
pub type DocumentTag(a)
pub type Element =
  ElementLike(Concrete)
pub type ElementLike(a) =
  NodeLike(ElementTag(a))
pub type ElementTag(a)
pub type Event =
  EventLike(Concrete)
pub type EventLike(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 Node =
  NodeLike(Concrete)
pub type NodeLike(a) =
  EventTargetLike(NodeTag(a))
pub type NodeTag(a)
pub type PointerEvent =
  PointerEventLike(Concrete)
pub type PointerEventLike(a) =
  MouseEventLike(PointerEventTag(a))
pub type PointerEventTag(a)
pub type UIEvent =
  UIEventLike(Concrete)
pub type UIEventLike(a) =
  EventLike(UIEventTag(a))
pub type UIEventTag(a)
Search Document