AttributeReferences

Type Alias AttributeReferences 

Source
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§