SyncDb

Trait SyncDb 

Source
pub trait SyncDb: SyncBookkeeping + RawDbHandle { }
Expand description

The full database surface coven needs from the host: bookkeeping plus the raw write handle. Blanket-implemented for any type providing both.

Implementors§