Struct std::string::FromUtf16Error
[−]
[src]
pub struct FromUtf16Error(_);
A possible error value from the String::from_utf16 function.
pub struct FromUtf16Error(_);
A possible error value from the String::from_utf16 function.
impl Display for FromUtf16Errorimpl Error for FromUtf16Errorfn description(&self) -> &strfn cause(&self) -> Option<&Error>impl Debug for FromUtf16Error