pub type PbInputLevel = InputLevel;
Aliased Type§
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;
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>