Type Alias rust_rocksdb::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 */ }