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