Type Alias generic_static_cache::TypeIdMap
source · pub type TypeIdMap<T> = HashMap<TypeId, T, NoOpTypeIdBuildHasher>;
Expand description
Fast type map suitable for all platforms.
Aliased Type§
struct TypeIdMap<T> { /* private fields */ }