Struct zbuf::Utf8DecoderError [] [src]

pub struct Utf8DecoderError { /* fields omitted */ }

The error type for StrictUtf8Decoder.

Methods

impl Utf8DecoderError
[src]

Total number of bytes from the start of the stream to this invalid byte sequence.

Trait Implementations

impl Debug for Utf8DecoderError
[src]

Formats the value using the given formatter.

impl Copy for Utf8DecoderError
[src]

impl Clone for Utf8DecoderError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Utf8DecoderError
[src]

Formats the value using the given formatter. Read more

impl Error for Utf8DecoderError
[src]

A short description of the error. Read more

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