RocksBatchArg

Type Alias RocksBatchArg 

Source
pub type RocksBatchArg<'a> = RocksDBBatch<'a>;
Available on Unix and crate feature rocksdb and crate feature provider only.
Expand description

Helper type for RocksDB batch argument in writer constructors.

When rocksdb feature is enabled, this is a real RocksDB batch. Otherwise, it’s () (unit type) to allow the same API without feature gates.

Aliased Type§

pub struct RocksBatchArg<'a> { /* private fields */ }

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 56 bytes