Struct stfu8::DecodeError [] [src]

pub struct DecodeError {
    pub kind: DecodeErrorKind,
    pub index: usize,
}

Fields

Trait Implementations

impl Debug for DecodeError
[src]

[src]

Formats the value using the given formatter.

impl Error for DecodeError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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

impl Display for DecodeError
[src]

[src]

Formats the value using the given formatter. Read more