pub trait StoreEntry<'a> {
type Key;
type Value;
}Expand description
StoreEntry establishes a common interface for entries within a key-value store.
pub trait StoreEntry<'a> {
type Key;
type Value;
}StoreEntry establishes a common interface for entries within a key-value store.