Module attribute

Module attribute 

Source
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
EscapedValue
Wrapper around a str that will escape the content when writing.

Traits§

AttributeName
Represents an element attribute name.
AttributeValue
Represents an element attribute value.