Searched refs:IntoPairs (Results 1 – 1 of 1) sorted by relevance
| /linux/rust/syn/ |
| H A D | punctuated.rs | 161 pub fn into_pairs(self) -> IntoPairs<T, P> { in into_pairs() 162 IntoPairs { in into_pairs() 652 pub struct IntoPairs<T, P> { struct 657 impl<T, P> Iterator for IntoPairs<T, P> { implementation 672 impl<T, P> DoubleEndedIterator for IntoPairs<T, P> { implementation 681 impl<T, P> ExactSizeIterator for IntoPairs<T, P> { implementation 687 impl<T, P> Clone for IntoPairs<T, P> implementation 693 IntoPairs { in clone()
|