Struct cesu8::Cesu8DecodingError [] [src]

pub struct Cesu8DecodingError;

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

Trait Implementations

impl Clone for Cesu8DecodingError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Cesu8DecodingError
[src]

impl Debug for Cesu8DecodingError
[src]

Formats the value using the given formatter.

impl Error for Cesu8DecodingError
[src]

A short description of the error. Read more

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

impl Display for Cesu8DecodingError
[src]

Formats the value using the given formatter. Read more