Searched defs:HasIterator (Results 1 – 1 of 1) sorted by relevance
10 pub struct HasIterator; // True struct20 impl BitOr<ThereIsNoIteratorInRepetition> for HasIterator { implementation22 fn bitor(self, _rhs: ThereIsNoIteratorInRepetition) -> HasIterator { in bitor()29 fn bitor(self, _rhs: HasIterator) -> HasIterator { in bitor()34 impl BitOr<HasIterator> for HasIterator { implementation36 fn bitor(self, _rhs: HasIterator) -> HasIterator { in bitor()