Enum data_encoding::DecodeKind [] [src]

pub enum DecodeKind {
    Length,
    Symbol,
    Trailing,
    Padding,
}

Decoding error kind

Variants

Invalid length

Invalid symbol

Non-zero trailing bits

Invalid padding length

Trait Implementations

impl Debug for DecodeKind
[src]

Formats the value using the given formatter.

impl Copy for DecodeKind
[src]

impl Clone for DecodeKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DecodeKind
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for DecodeKind
[src]