Enum byte_sequence::ByteSequenceError[][src]

pub enum ByteSequenceError {
    InvalidKeyLen {
        raw_key: String,
        typename: &'static str,
    },
    InvalidKeyChars {
        raw_key: String,
        typename: &'static str,
    },
}

Variants

Fields of InvalidKeyLen

Fields of InvalidKeyChars

Trait Implementations

impl Debug for ByteSequenceError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations