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