Struct std::char::DecodeUtf16Error 1.9.0[−][src]
pub struct DecodeUtf16Error { /* fields omitted */ }Expand description
An error that can be returned when decoding UTF-16 code points.
Implementations
Returns the unpaired surrogate which caused this error.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for DecodeUtf16Errorimpl Send for DecodeUtf16Errorimpl Sync for DecodeUtf16Errorimpl Unpin for DecodeUtf16Errorimpl UnwindSafe for DecodeUtf16ErrorBlanket Implementations
Mutably borrows from an owned value. Read more