Struct core::char::DecodeUtf16Error 1.9.0[−][src]
pub struct DecodeUtf16Error { /* fields omitted */ }
An error that can be returned when decoding UTF-16 code points.
Implementations
impl DecodeUtf16Error
[src]
impl DecodeUtf16Error
[src]pub fn unpaired_surrogate(&self) -> u16
[src]
Returns the unpaired surrogate which caused this error.
Trait Implementations
impl Clone for DecodeUtf16Error
[src]
impl Clone for DecodeUtf16Error
[src]fn clone(&self) -> DecodeUtf16Error
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl PartialEq<DecodeUtf16Error> for DecodeUtf16Error
[src]
impl PartialEq<DecodeUtf16Error> for DecodeUtf16Error
[src]