Home
last modified time | relevance | path

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

/linux/rust/quote/
H A Druntime.rs25 pub struct ThereIsNoIteratorInRepetition; // False struct
27 impl BitOr<ThereIsNoIteratorInRepetition> for ThereIsNoIteratorInRepetition { implementation
29 fn bitor(self, _rhs: ThereIsNoIteratorInRepetition) -> ThereIsNoIteratorInRepetition { in bitor()
41 impl BitOr<HasIterator> for ThereIsNoIteratorInRepetition { implementation