AttributeReferences

Type Alias AttributeReferences 

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

§1.0.0

None

No value.

§1.0.0

Some(Box<HashSet<GenericAtomIdent<LocalNameStaticSet>, BuildHasherDefault<PrecomputedHasher>>>)

Some value of type T.