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