Struct collections::string::FromUtf16Error [] [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

Derived Implementations

impl Debug for FromUtf16Error

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