Home
last modified time | relevance | path

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

/external/rust/crates/syn/src/
Dpunctuated.rs733 struct PrivateIter<'a, T: 'a, P: 'a> { struct
734 inner: slice::Iter<'a, (T, P)>,
735 last: option::IntoIter<&'a T>,
778 impl<'a, T, P> Iterator for PrivateIter<'a, T, P> { implementation
789 impl<'a, T, P> DoubleEndedIterator for PrivateIter<'a, T, P> { implementation
797 impl<'a, T, P> ExactSizeIterator for PrivateIter<'a, T, P> { implementation
804 impl<'a, T, P> Clone for PrivateIter<'a, T, P> { implementation