Struct std::string::FromUtf16ErrorStable [-] [+] [src]

pub struct FromUtf16Error(_);

A possible error value from the String::from_utf16 function.

Trait Implementations

impl Display for FromUtf16Error

fn fmt(&self, f: &mut Formatter) -> Result<(), Error>

impl Error for FromUtf16Error

fn description(&self) -> &str

fn cause(&self) -> Option<&Error>

Derived Implementations

impl Debug for FromUtf16Error

fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>