Module encode_unicode::iterator [−][src]
Iterator types that you should rarely need to name
Structs
| Utf8CharDecoder | An |
| Utf8CharIndices | An iterator over the |
| Utf8CharMerger | Decodes UTF-8 characters from a byte iterator into |
| Utf8CharSplitter | The iterator type returned by |
| Utf8Chars | An iterator over the codepoints in a |
| Utf8Iterator | Read or iterate over the bytes of the UTF-8 representation of a codepoint. |
| Utf16CharDecoder | An |
| Utf16CharIndices | An iterator over the codepoints in a |
| Utf16CharMerger | Decodes UTF-16 characters from a |
| Utf16CharSplitter | The iterator type returned by |
| Utf16Chars | An iterator over the codepoints in a |
| Utf16Iterator | Iterate over the units of the UTF-16 representation of a codepoint. |