pub type AttributeReferences = Option<Box<PrecomputedHashMap<LocalName, SmallVec<[Namespace; 1]>>>>;Expand description
A set of the attributes used to compute a style that uses attr()
Aliased Type§
pub enum AttributeReferences {
None,
Some(Box<HashMap<GenericAtomIdent<LocalNameStaticSet>, SmallVec<[GenericAtomIdent<NamespaceStaticSet>; 1]>, BuildHasherDefault<PrecomputedHasher>>>),
}Variants§
None
No value.
Some(Box<HashMap<GenericAtomIdent<LocalNameStaticSet>, SmallVec<[GenericAtomIdent<NamespaceStaticSet>; 1]>, BuildHasherDefault<PrecomputedHasher>>>)
Some value of type T.