Expand description
This module provides an heterogenous map that can store types
that implement the trait SupportedType.
Structs§
- Heterogeneous
Map - An heterogenous map is a map from
KeytoValue. It provide the methodsinsertandgetfor any typeTthat implementsSupportedType<Value>.
Traits§
- Supported
Type - A type that can be mapped to
Valueand optionally reconstructed back.