Type Alias TypeIdMap

Source
pub type TypeIdMap<T> = HashMap<TypeId, T, NoOpTypeIdBuildHasher>;
Expand description

Fast type map suitable for all platforms.

Aliased Typeยง

pub struct TypeIdMap<T> { /* private fields */ }