Type Alias accessibility_scraper::node::Attributes
source · pub type Attributes = AHashMap<QualName, StrTendril>;
Expand description
A Map of attributes that doesn’t preserve the order of the attributes.
Please enable the deterministic
feature for order-preserving
(de)serialization.
Aliased Type§
struct Attributes(/* private fields */);