Type Alias forest_filecoin::db::db_engine::Db

source ·
pub type Db = ParityDb;

Aliased Type§

struct Db {
    pub db: Db,
    statistics_enabled: bool,
}

Fields§

§db: Db§statistics_enabled: bool