pub trait RawStore<K, V>: RawContainer<Item = V> { }Expand description
RawStore is a trait extending the RawContainer trait to establish a common
interface for all key-value stores.
pub trait RawStore<K, V>: RawContainer<Item = V> { }RawStore is a trait extending the RawContainer trait to establish a common
interface for all key-value stores.