Module utf16_iter::report

source ·

Structs§

  • Iterator by Result<char,Utf16CharsError> over &[u16] that contains potentially-invalid UTF-16. There is exactly one Utf16CharsError per each unpaired surrogate.
  • A type for signaling UTF-16 errors.