Searched defs:HasIterator (Results 1 – 1 of 1) sorted by relevance
23 pub struct HasIterator; // True struct34 impl BitOr<ThereIsNoIteratorInRepetition> for HasIterator { implementation36 fn bitor(self, _rhs: ThereIsNoIteratorInRepetition) -> HasIterator { in bitor()43 fn bitor(self, _rhs: HasIterator) -> HasIterator { in bitor()48 impl BitOr<HasIterator> for HasIterator { implementation50 fn bitor(self, _rhs: HasIterator) -> HasIterator { in bitor()