Struct openssl::aes::KeyError[][src]

pub struct KeyError(_);

Provides Error handling for parsing keys.

Trait Implementations

impl Debug for KeyError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for KeyError

impl Sync for KeyError