Crate typemap_rev[−][src]
Expand description
A hashmap whose keys are defined by types.
Structs
TypeMap is a simple abstraction around the standard library’s HashMap
type, where types are its keys. This allows for statically-checked value
retrieval.
Enums
Traits
TypeMapKey is used to declare key types that are eligible for use
with TypeMap
.