hax_frontend_exporter::id_table

Module heterogeneous_map

source
Expand description

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

Structs§

  • 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§

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