Type Alias RawMap

Source
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ยง

pub struct RawMap<A> { /* private fields */ }