Struct unicode_reader::BadUtf8Error [] [src]

pub struct BadUtf8Error {
    pub bytes: Vec<u8>,
}

An error raised when parsing a UTF-8 byte stream fails.

Fields

The bytes that could not be parsed as a code point.

Trait Implementations

impl Debug for BadUtf8Error
[src]

Formats the value using the given formatter.

impl Error for BadUtf8Error
[src]

A short description of the error. Read more

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

impl Display for BadUtf8Error
[src]

Formats the value using the given formatter. Read more