Struct cesu8::Cesu8DecodingError
[−]
[src]
pub struct Cesu8DecodingError;
The CESU-8 data could not be decoded as valid UTF-8 data.
pub struct Cesu8DecodingError;
The CESU-8 data could not be decoded as valid UTF-8 data.
impl Error for Cesu8DecodingError
[src]fn description(&self) -> &str
fn cause(&self) -> Option<&Error>
impl Display for Cesu8DecodingError
[src]impl Debug for Cesu8DecodingError
[src]impl Copy for Cesu8DecodingError
[src]impl Clone for Cesu8DecodingError
[src]fn clone(&self) -> Cesu8DecodingError
fn clone_from(&mut self, source: &Self)