Skip to main content
Module type_map
charon_
lib
0.1.240
Module type_
map
Module Items
Structs
Traits
In charon_
lib::
utils
charon_lib
::
utils
Module
type_
map
Copy item path
Source
Structs
§
TypeMap
A map that maps types to values in a generic manner: we store for each type
T
a value of type
M::Value<T>
.
Traits
§
Mappable
Mapper