Home
last modified time | relevance | path

Searched defs:HasIterator (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/quote/src/
Druntime.rs10 pub struct HasIterator; // True struct
20 impl BitOr<ThereIsNoIteratorInRepetition> for HasIterator { implementation
22 fn bitor(self, _rhs: ThereIsNoIteratorInRepetition) -> HasIterator { in bitor()
29 fn bitor(self, _rhs: HasIterator) -> HasIterator { in bitor()
34 impl BitOr<HasIterator> for HasIterator { implementation
36 fn bitor(self, _rhs: HasIterator) -> HasIterator { in bitor()