Module either_writer

Module either_writer 

Source
Expand description

Generic reader and writer abstractions for interacting with either database tables or static files.

Enums§

EitherReader
Represents a source for reading data, either from database, static files, or RocksDB.
EitherWriter
Represents a destination for writing data, either to database, static files, or RocksDB.
EitherWriterDestination
Destination for writing data.

Type Aliases§

RawRocksDBBatchUnix and rocksdb
The raw RocksDB batch type returned by EitherWriter::into_raw_rocksdb_batch.
RocksBatchArgUnix and rocksdb
Helper type for RocksDB batch argument in writer constructors.
RocksTxRefArgUnix and rocksdb
Helper type for RocksDB transaction reference argument in reader constructors.