pub type PbUncommittedEpoch = UncommittedEpoch;
Expand description
Alias for UncommittedEpoch
.
Aliased Type§
struct PbUncommittedEpoch {
pub epoch: u64,
pub tables: Vec<SstableInfo>,
}
Fields§
§epoch: u64
§tables: Vec<SstableInfo>
pub type PbUncommittedEpoch = UncommittedEpoch;
Alias for UncommittedEpoch
.
struct PbUncommittedEpoch {
pub epoch: u64,
pub tables: Vec<SstableInfo>,
}
epoch: u64
§tables: Vec<SstableInfo>