Expand description
The module contains a html primitives.
Structs§
- Attribute
- Attribute represents a HTML
key=valueattribute pair. - Html
Element - A HTML element representation.
Enums§
- Html
Value - HtmlValue represents a children elements of an HTML element.
Traits§
- Html
Visitor - A visitor which traverses a HTML elements tree.
- Html
Visitor Mut - A visitor which traverses a HTML elements tree, while mutating the tree.