Type Alias DB

Source
pub type DB = DBWithThreadMode<SingleThreaded>;
Expand description

The [rocksdb] database type, including thread mode.

Also the [rocksdb::DBAccess] used by database iterators.

Aliased Type§

struct DB { /* private fields */ }