pub trait RevsetIteratorExt<'index, I> {
// Required methods
fn commits(self, store: &Arc<Store>) -> RevsetCommitIterator<I> ⓘ;
fn reversed(self) -> Result<ReverseRevsetIterator, RevsetEvaluationError>;
}
pub trait RevsetIteratorExt<'index, I> {
// Required methods
fn commits(self, store: &Arc<Store>) -> RevsetCommitIterator<I> ⓘ;
fn reversed(self) -> Result<ReverseRevsetIterator, RevsetEvaluationError>;
}