pub type PbInputLevel = InputLevel;Aliased Type§
pub struct PbInputLevel {
pub level_idx: u32,
pub level_type: i32,
pub table_infos: Vec<SstableInfo>,
}Fields§
§level_idx: u32§level_type: i32§table_infos: Vec<SstableInfo>pub type PbInputLevel = InputLevel;pub struct PbInputLevel {
pub level_idx: u32,
pub level_type: i32,
pub table_infos: Vec<SstableInfo>,
}level_idx: u32§level_type: i32§table_infos: Vec<SstableInfo>