pub type AttributeMap<K, V> = HashMap<K, V>;Expand description
The type used to store element attributes.
By default this is a HashMap, but this can be changed with the “attribute-sorted” or “attribute-order” features
Aliased Type§
pub struct AttributeMap<K, V> { /* private fields */ }