Struct data_encoding::DecodeError [−][src]
pub struct DecodeError {
pub position: usize,
pub kind: DecodeKind,
}
Expand description
Decoding error
Fields
position: usize
Error position
This position is always a valid input position and represents the first encountered error.
kind: DecodeKind
Error kind
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for DecodeError
impl Send for DecodeError
impl Sync for DecodeError
impl Unpin for DecodeError
impl UnwindSafe for DecodeError
Blanket Implementations
Mutably borrows from an owned value. Read more