Module nt_string::unicode_string::iter
source · Expand description
Iterator implementations for NtUnicodeStr
.
Structs
- An iterator over the UTF-16 decoded
char
s ofNtUnicodeStr
, which returns an error for unparsed surrogates. - An iterator over the UTF-16 decoded
char
s ofNtUnicodeStr
, which automatically replaces unparsed surrogates byU+FFFD REPLACEMENT CHARACTER
(�).