pub trait DeltaDbTrait: KeyValueDbTypes<ValueType = Box<[u8]>> + KeyValueDbToOwnedReadTrait + KeyValueDbTraitRead + KeyValueDbTraitTransactionalDyn + MallocSizeOf + Send + Sync { }

Implementors§