Type Alias style::custom_properties_map::OwnMap
source · type OwnMap = IndexMap<Name, Option<ComputedValue>, BuildHasherDefault<PrecomputedHasher>>;
Expand description
We use None in the value to represent a removed entry.
Aliased Type§
struct OwnMap { /* private fields */ }