pub type ChangeLogDelta = ChangeLogDeltaCommon<SstableInfo>;Aliased Type§
pub struct ChangeLogDelta {
pub truncate_epoch: u64,
pub new_log: EpochNewChangeLogCommon<SstableInfo>,
}Fields§
§truncate_epoch: u64§new_log: EpochNewChangeLogCommon<SstableInfo>