pub type Attributes = HashMap<QualName, StrTendril>;
Expand description
A Map of attributes that doesn’t preserve the order of the attributes.
Aliased Type§
pub struct Attributes { /* private fields */ }
pub type Attributes = HashMap<QualName, StrTendril>;
A Map of attributes that doesn’t preserve the order of the attributes.
pub struct Attributes { /* private fields */ }