Module table_to_html::html

source ·
Expand description

The module contains a html primitives.

Structs

  • Attribute represents a HTML key=value attribute pair.
  • A HTML element representation.

Enums

  • HtmlValue represents a children elements of an HTML element.

Traits

  • A visitor which traverses a HTML elements tree.
  • A visitor which traverses a HTML elements tree, while mutating the tree.