Type Alias ra_ap_stdx::anymap::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§

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