Home
last modified time | relevance | path

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

/external/rust/crates/syn/src/
Dpunctuated.rs624 pub struct IntoPairs<T, P> { struct
629 impl<T, P> Iterator for IntoPairs<T, P> { argument
644 impl<T, P> DoubleEndedIterator for IntoPairs<T, P> { implementation
653 impl<T, P> ExactSizeIterator for IntoPairs<T, P> { implementation
659 impl<T, P> Clone for IntoPairs<T, P> implementation