Searched defs:CharIter (Results 1 – 4 of 4) sorted by relevance
121 pub struct CharIter<'a> { struct127 impl CharIter<'_> { implementation144 impl<'a> Iterator for CharIter<'a> { implementation
58 enum CharIter { enum63 impl Iterator for CharIter { implementation73 impl From<char> for CharIter { implementation79 impl From<&'static str> for CharIter { 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()