Expand description
Tree of nodes.
Modules§
- Tokens that is used as parts of nodes, to simplify parsing. Example:
<!--
<>
</>
<!
/>
- Implementation of ToTokens and Spanned for node related structs
Structs§
- Represent arguments of closure. One can use it to represent variable binding from one scope to another.
- Newtype for
std::convert::Infallible
used to implementToTokens
forInfallible
. - Element attribute with fixed key.
- Comment node.
- Doctype node.
- Element node.
- Fragement node.
- Text node.
- Raw unquoted text
Enums§
- Node in the tree.
- Sum type for Dyn and Keyed attributes.
- Block node.
- Name of the node.
- Node types.