Module element

Module element 

Source

Structs§

ElementBuilder
A builder for a element with an id, kind, attributes, and children
TextBuilder
A builder for an text node with a id, and text

Enums§

AnyElement
Element
All built-in elements These are the element can be encoded with a single byte so they are more efficient (but less flexable) than a &str element
NodeBuilder
A builder for any node

Traits§

IntoElement
Anything that can be turned into an element name