Trait cfx_storage::storage_db::delta_db_manager::DeltaDbTrait
source · pub trait DeltaDbTrait: KeyValueDbTypes<ValueType = Box<[u8]>> + KeyValueDbToOwnedReadTrait + KeyValueDbTraitRead + KeyValueDbTraitTransactionalDyn + MallocSizeOf + Send + Sync { }