Struct unicode_reader::BadUtf8Error
[−]
[src]
pub struct BadUtf8Error {
pub bytes: Vec<u8>,
}An error raised when parsing a UTF-8 byte stream fails.
Fields
bytes: Vec<u8>
The bytes that could not be parsed as a code point.
Trait Implementations
impl Debug for BadUtf8Error[src]
impl Error for BadUtf8Error[src]
fn description(&self) -> &str
A short description of the error. Read more
fn cause(&self) -> Option<&Error>1.0.0
The lower-level cause of this error, if any. Read more