Struct cesu8::Cesu8DecodingError [] [src]

pub struct Cesu8DecodingError;

The CESU-8 data could not be decoded as valid UTF-8 data.

Trait Implementations

impl Debug for Cesu8DecodingError
[src]

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

Formats the value using the given formatter.

impl Copy for Cesu8DecodingError
[src]

impl Clone for Cesu8DecodingError
[src]

fn clone(&self) -> Cesu8DecodingError

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Error for Cesu8DecodingError
[src]

fn description(&self) -> &str

A short description of the error. Read more

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

The lower-level cause of this error, if any. Read more

impl Display for Cesu8DecodingError
[src]

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

Formats the value using the given formatter.