Searched defs:CharIndices (Results 1 – 3 of 3) sorted by relevance
163 pub struct CharIndices<'a> { struct169 impl<'a> CharIndices<'a> { impl199 impl<'a> Iterator for CharIndices<'a> { implementation215 impl<'a> DoubleEndedIterator for CharIndices<'a> { implementation228 impl<'a> ::core::iter::FusedIterator for CharIndices<'a> {} implementation
1707 fn char_indices(&self) -> CharIndices { in char_indices()
439 pub struct CharIndices<'ch> { struct448 impl<'ch> ParallelIterator for CharIndices<'ch> { argument