Trait fixed_map::key::Key [−][src]
Expand description
The trait for a key that can be used to store values in the maps.
Associated Types
Implementations on Foreign Types
impl<K, V> Key<Option<K>, V> for Option<K> where
K: Key<K, V>, [src]
impl<K, V> Key<Option<K>, V> for Option<K> where
K: Key<K, V>, [src]