Module domafic::empty [] [src]

Types and functions for creating DomNodes or Listeners with no runtime representation.

Structs

EmptyListeners

An empty set of listeners. Instances of this type have no DOM representation.

EmptyNodes

An empty set of nodes with no children or attributes. Instances of this type have no DOM representation.

Functions

empty

Creates a new EmptyNodes.

empty_listeners

Creates a new EmptyListeners.