rocksdb

Type Alias WriteBatch

Source
pub type WriteBatch = WriteBatchWithTransaction<false>;
Expand description

A type alias to keep compatibility. See WriteBatchWithTransaction for details

Aliased Typeยง

struct WriteBatch { /* private fields */ }