Expand description
Iterator implementations for NtUnicodeStr
.
Structs§
- Chars
- An iterator over the UTF-16 decoded
char
s ofNtUnicodeStr
, which returns an error for unparsed surrogates. - Chars
Lossy - An iterator over the UTF-16 decoded
char
s ofNtUnicodeStr
, which automatically replaces unparsed surrogates byU+FFFD REPLACEMENT CHARACTER
(�).