Searched defs:CharIter (Results 1 – 5 of 5) sorted by relevance
58 enum CharIter { enum63 impl Iterator for CharIter { implementation73 impl From<char> for CharIter { implementation79 impl From<&'static str> for CharIter { implementation
128 pub struct CharIter<'a> { struct134 impl CharIter<'_> { argument151 impl<'a> Iterator for CharIter<'a> { implementation
111 type CharIter: Iterator<Item = char>; typedef133 fn chars(&'text self) -> Self::CharIter; in chars()1314 type CharIter = core::str::Chars<'text>; typedef1336 fn chars(&'text self) -> Self::CharIter { in chars()
622 type CharIter = Utf16CharIter<'text>; typedef670 fn chars(&'text self) -> Self::CharIter { in chars()