Type Alias XmlAttributeMap

Source
pub type XmlAttributeMap = StringPairVec;
Expand description

Attributes of an XML node, such as ["color" => "blue"] in <button color="blue" />.

Aliased Typeยง

struct XmlAttributeMap { /* private fields */ }