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.
pub trait SyncDb: SyncBookkeeping + RawDbHandle { }The full database surface coven needs from the host: bookkeeping plus the raw write handle. Blanket-implemented for any type providing both.