Searched defs:CharIter (Results 1 – 3 of 3) 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
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()