Enum http_box::util::DecodeError [] [src]

pub enum DecodeError {
    Byte(u8),
    HexSequence(u8),
}

Decoding errors.

Variants

Invalid byte.

Invalid hex sequence.

Trait Implementations

impl Debug for DecodeError
[src]

Formats the value using the given formatter.

impl Display for DecodeError
[src]

Formats the value using the given formatter.