pub trait Key<K: 'static, V: 'static> { type Storage: Storage<K, V>; }
The trait for a key that can be used to store values in the maps.