Searched defs:HasIterator (Results 1 – 1 of 1) sorted by relevance
21 pub struct HasIterator; // True struct32 impl BitOr<ThereIsNoIteratorInRepetition> for HasIterator { implementation34 fn bitor(self, _rhs: ThereIsNoIteratorInRepetition) -> HasIterator { in bitor()41 fn bitor(self, _rhs: HasIterator) -> HasIterator { in bitor()46 impl BitOr<HasIterator> for HasIterator { implementation48 fn bitor(self, _rhs: HasIterator) -> HasIterator { in bitor()