pub type DB = DBWithThreadMode<SingleThreaded>;
The [rocksdb] database type, including thread mode.
rocksdb
Also the [rocksdb::DBAccess] used by database iterators.
rocksdb::DBAccess
struct DB { /* private fields */ }