pub type TypeIdMap<V> = IndexMap<TypeId, V, NoOpHash>;Expand description
A specialized map type with Key of TypeId
Iteration order only depends on the order of insertions and deletions.
Aliased Typeยง
pub struct TypeIdMap<V> { /* private fields */ }