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 */ }
pub type XmlAttributeMap = StringPairVec;
Attributes of an XML node, such as ["color" => "blue"]
in <button color="blue" />
.
struct XmlAttributeMap { /* private fields */ }