Module typed_html::dom

source ·
Expand description

DOM and virtual DOM types.

Structs

An HTML text node.
An untyped representation of an HTML element.

Enums

An untyped representation of an HTML node.

Traits

Trait for querying a typed HTML element.
Trait for rendering a typed HTML node.

Type Definitions

A boxed DOM tree, as returned from the html! macro.