Expand description
Implements crate::store::KeyValueStore
by combining two existing stores.
Structs§
- Dual
Database - A dual database.
- Dual
Store Config - The initial configuration of the system.
Enums§
- Dual
Store - A partition opened in one of the two databases.
- Dual
Store Error - The error type for
DualStore
. - Store
InUse - The store in use.
Traits§
- Dual
Store Root KeyAssignment - The trait for a (static) root key assignment.