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