Expand description
Attribute related module. This contains the traits needed to implement a new kind of AttributeValue but also a wrapper to escape values.
Structs§
- Attribute
- Wrapper used for displaying attributes in elements
- Escaped
Value - Wrapper around a str that will escape the content when writing.
Traits§
- Attribute
Name - Represents an element attribute name.
- Attribute
Value - Represents an element attribute value.