Module id_type_map

Module id_type_map 

Source

Structs§

IdTypeMap
Stores values identified by an Id AND the std::any::TypeId of the value.
RawKey
The key used in IdTypeMap, which is a combination of an Id and a TypeId.
SerializedElement 🔒
TypeId
Like std::any::TypeId, but can be serialized and deserialized.

Enums§

Element 🔒

Traits§

SerializableAny