Enum data_encoding::DecodeKind
source · pub enum DecodeKind {
Length,
Symbol,
Trailing,
Padding,
}
Expand description
Decoding error kind
Variants§
Length
Invalid length
Symbol
Invalid symbol
Trailing
Non-zero trailing bits
Padding
Invalid padding length
Trait Implementations§
source§impl Clone for DecodeKind
impl Clone for DecodeKind
source§fn clone(&self) -> DecodeKind
fn clone(&self) -> DecodeKind
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more