Home
last modified time | relevance | path

Searched refs:IntoPairs (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/syn/src/
Dpunctuated.rs145 pub fn into_pairs(self) -> IntoPairs<T, P> { in into_pairs()
146 IntoPairs { in into_pairs()
623 pub struct IntoPairs<T, P> { struct
628 impl<T, P> Iterator for IntoPairs<T, P> { implementation
643 impl<T, P> DoubleEndedIterator for IntoPairs<T, P> { implementation
652 impl<T, P> ExactSizeIterator for IntoPairs<T, P> { implementation
658 impl<T, P> Clone for IntoPairs<T, P> implementation
664 IntoPairs { in clone()