Home
last modified time | relevance | path

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

/external/rust/crates/clap/src/parser/matches/
Darg_matches.rs1741 pub struct RawOccurrences<'a> { struct
1746 impl<'a> Iterator for RawOccurrences<'a> { implementation
1758 impl<'a> DoubleEndedIterator for RawOccurrences<'a> { implementation
1764 impl<'a> ExactSizeIterator for RawOccurrences<'a> {} implementation
1766 impl<'a> Default for RawOccurrences<'a> { implementation