DbFlash

Type Alias DbFlash 

Source
pub type DbFlash = IndexMap<DbNodeKey, IndexMap<DbPartitionNum, IndexMap<DbSortKey, Vec<u8>>>>;

Aliased Typeยง

pub struct DbFlash { /* private fields */ }