Struct cesu8::Cesu8DecodingError [−][src]
pub struct Cesu8DecodingError;
Expand description
The CESU-8 data could not be decoded as valid UTF-8 data.
Trait Implementations
👎 Deprecated since 1.42.0:
use the Display impl or to_string()
👎 Deprecated since 1.33.0:
replaced by Error::source, which can support downcasting
The lower-level source of this error, if any. Read more
Auto Trait Implementations
impl RefUnwindSafe for Cesu8DecodingError
impl Send for Cesu8DecodingError
impl Sync for Cesu8DecodingError
impl Unpin for Cesu8DecodingError
impl UnwindSafe for Cesu8DecodingError
Blanket Implementations
Mutably borrows from an owned value. Read more