Struct data_encoding::DecodeError [−][src]
pub struct DecodeError {
pub position: usize,
pub kind: DecodeKind,
}Decoding error
Fields
position: usizeError position
This position is always a valid input position and represents the first encountered error.
kind: DecodeKindError kind
Trait Implementations
impl Clone for DecodeError[src]
impl Clone for DecodeError[src]fn clone(&self) -> DecodeError[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Error for DecodeError[src]
impl Error for DecodeError[src]impl PartialEq<DecodeError> for DecodeError[src]
impl PartialEq<DecodeError> for DecodeError[src]