Enum crypto::symmetriccipher::SymmetricCipherError [-] [+] [src]

pub enum SymmetricCipherError {
    InvalidLength,
    InvalidPadding,
}

Variants

InvalidLength
InvalidPadding

Trait Implementations

Derived Implementations

impl Copy for SymmetricCipherError

impl Debug for SymmetricCipherError

fn fmt(&self, __arg_0: &mut Formatter) -> Result