Type Alias zebra_state::service::finalized_state::disk_db::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 */ }