Trait litemap::store::StoreConstEmpty
source · pub trait StoreConstEmpty<K: ?Sized, V: ?Sized> {
const EMPTY: Self;
}
Expand description
Trait to enable const construction of empty store.
Required Associated Constants§
Object Safety§
This trait is not object safe.