Home
last modified time | relevance | path

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

/third_party/rust/crates/quote/src/
Druntime.rs11 pub struct ThereIsNoIteratorInRepetition; // False struct
13 impl BitOr<ThereIsNoIteratorInRepetition> for ThereIsNoIteratorInRepetition { implementation
15 fn bitor(self, _rhs: ThereIsNoIteratorInRepetition) -> ThereIsNoIteratorInRepetition { in bitor()
27 impl BitOr<HasIterator> for ThereIsNoIteratorInRepetition { implementation