Skip to main content

OwnMap

Type Alias OwnMap 

Source
pub type OwnMap = IndexMap<Name, Option<ComputedValue>, BuildHasherDefault<PrecomputedHasher>>;
Expand description

We use None in the value to represent a removed entry.

Aliased Typeยง

pub struct OwnMap { /* private fields */ }