Module widestring::error

source ·
Expand description

Errors returned by functions in this crate.

Structs§

  • An error returned to indicate that an invalid nul value was found in a string.
  • An error that can be returned when decoding UTF-16 code points.
  • An error that can be returned when decoding UTF-32 code points.
  • An error returned from to indicate that a terminating nul value was missing.
  • Errors which can occur when attempting to interpret a sequence of u16 as UTF-16.
  • Errors which can occur when attempting to interpret a sequence of u32 as UTF-32.

Enums§

  • An error returned to indicate a problem with nul values occurred.