pub fn take_while_same_epoch<I>(
iter: I,
) -> impl Iterator<Item = Result<CommitSummary>>
Expand description
Adapter to take results while the epoch is the same as the first one encountered.
pub fn take_while_same_epoch<I>(
iter: I,
) -> impl Iterator<Item = Result<CommitSummary>>
Adapter to take results while the epoch is the same as the first one encountered.