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

pub struct FromUtf16Error(_);

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

Trait Implementations

impl Error for FromUtf16Error

fn description(&self) -> &str

fn detail(&self) -> Option<String>

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

impl Show for FromUtf16Error

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