Enum data_encoding::DecodeKind [−][src]
pub enum DecodeKind {
Length,
Symbol,
Trailing,
Padding,
}
Expand description
Decoding error kind
Variants
Invalid length
Invalid symbol
Non-zero trailing bits
Invalid padding length
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DecodeKind
impl Send for DecodeKind
impl Sync for DecodeKind
impl Unpin for DecodeKind
impl UnwindSafe for DecodeKind
Blanket Implementations
Mutably borrows from an owned value. Read more