pub type RawMap<A> = HashMap<TypeId, Box<A>, BuildHasherDefault<TypeIdHasher>>;
Expand description
Raw access to the underlying HashMap
.
This alias is provided for convenience because of the ugly third generic parameter.
Aliased Typeยง
struct RawMap<A> { /* private fields */ }