Struct std::char::DecodeUtf16Error
[−]
[src]
pub struct DecodeUtf16Error { // some fields omitted }1.9.0
An iterator that decodes UTF-16 encoded code points from an iterator of u16
s.
Methods
impl DecodeUtf16Error
fn unpaired_surrogate(&self) -> u16
Returns the unpaired surrogate which caused this error.