Expand description
Implements crate::store::KeyValueStore
by combining two existing stores.
Structs§
- Dual
Store - A store made of two existing stores.
- Dual
Store Config - The initial configuration of the system.
Enums§
- Dual
Store Error - The error type for
DualStore
. - Dual
Store KeyIterator - An iterator over the keys in
DualStoreKeys
. - Dual
Store KeyValue Iterator - An iterator over the key-values in
DualStoreKeyValues
. - Dual
Store KeyValue Iterator Owned - An owning iterator over the key-values in
DualStoreKeyValues
. - Dual
Store KeyValues - A set of key-values returned by
DualStore::find_key_values_by_prefix
. - Dual
Store Keys - A set of keys returned by
DualStore::find_keys_by_prefix
. - Store
InUse - The store in use.
Traits§
- Dual
Store Root KeyAssignment - The trait for a (static) root key assignment.