[−][src]Trait fixed_map::key::Key
The trait for a key that can be used to store values in the maps.
Associated Types
Loading content...Implementations on Foreign Types
impl<V> Key<&'static str, V> for &'static str[src]
type Storage = MapStorage<Self, V>
impl<K, V> Key<Option<K>, V> for Option<K> where
K: Key<K, V>, [src]
K: Key<K, V>,