Trait fixed_map::Key

source ·
pub trait Key<K: 'static, V: 'static> {
    type Storage: Storage<K, V>;
}
Expand description

The trait for a key that can be used to store values in the maps.

Required Associated Types

Implementors