Type Alias RawMap

Source
pub type RawMap = HashMap<TypeId, Box<dyn Any>>;

Aliased Typeยง

struct RawMap { /* private fields */ }