Module dual

Source
Expand description

Implements crate::store::KeyValueStore by combining two existing stores.

Structs§

DualDatabase
A dual database.
DualStoreConfig
The initial configuration of the system.

Enums§

DualStore
A partition opened in one of the two databases.
DualStoreError
The error type for DualStore.
StoreInUse
The store in use.

Traits§

DualStoreRootKeyAssignment
The trait for a (static) root key assignment.