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

pub enum SymmetricCipherError {
    InvalidLength,
    InvalidPadding,
}

Variants

Trait Implementations

impl Debug for SymmetricCipherError
[src]

Formats the value using the given formatter.

impl Clone for SymmetricCipherError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SymmetricCipherError
[src]