Type Alias rocksdb::DBWithThreadMode

pub type DBWithThreadMode<T> = DBCommon<T, DBWithThreadModeInner>;
Expand description

A type alias to RocksDB database.

See crate level documentation for a simple usage example. See DBCommon for full list of methods.

Aliased Typeยง

struct DBWithThreadMode<T> { /* private fields */ }