Trait StoreConstEmpty
trait StoreConstEmpty<K: ?Sized, V: ?Sized>
Trait to enable const construction of empty store.
Implementors
impl<K, V> StoreConstEmpty for Vec<(K, V)>impl<'a, K: 'a, V: 'a> StoreConstEmpty for &'a [(K, V)]