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

pub struct FromUtf16Error(_);

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

Trait Implementations

impl Show for FromUtf16Error

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