Trait fixed_map::Key

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

A value that can be statically stored in the hash map.

Required Associated Types

Implementors