Module heterogeneous_map

Source
Expand description

This module provides an heterogenous map that can store types that implement the trait SupportedType.

Structs§

HeterogeneousMap
An heterogenous map is a map from Key to Value. It provide the methods insert and get for any type T that implements SupportedType<Value>.

Traits§

SupportedType
A type that can be mapped to Value and optionally reconstructed back.