Home
last modified time | relevance | path

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

/third_party/rust/crates/syn/src/
H A Dpunctuated.rs135 pub fn into_pairs(self) -> IntoPairs<T, P> { in into_pairs()
136 IntoPairs { in into_pairs()
626 pub struct IntoPairs<T, P> { structure names
631 impl<T, P> Iterator for IntoPairs<T, P> {
646 impl<T, P> DoubleEndedIterator for IntoPairs<T, P> {
655 impl<T, P> ExactSizeIterator for IntoPairs<T, P> {
661 impl<T, P> Clone for IntoPairs<T, P>
667 IntoPairs { in clone()

Completed in 3 milliseconds