pub trait Revset<'repo> { fn iter<'revset>(&'revset self) -> RevsetIterator<'revset, 'repo> ⓘ; fn is_empty(&self) -> bool { ... } }