Skip to main content
Module type_map
charon_
driver
0.1.184
Module type_
map
Module Items
Structs
Traits
Trait Aliases
In charon_
driver::
hax::
utils
charon_driver
::
hax
::
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
§
Type
Mapper
Defines a mapping from types to types.
Trait Aliases
§
Type
Mappable