pub type ObjectProperties = FxHashMap<Ident, ObjectRef>;
Expand description

The type of the properties map

Aliased Type§

struct ObjectProperties {
    base: HashMap<Ident, ObjectRef, BuildHasherDefault<FxHasher>>,
}

Fields§

§base: HashMap<Ident, ObjectRef, BuildHasherDefault<FxHasher>>