Struct crypto_mac::InvalidKeyLength
source · [−]pub struct InvalidKeyLength;
Expand description
Error type for signaling invalid key length for MAC initialization
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for InvalidKeyLength
impl Send for InvalidKeyLength
impl Sync for InvalidKeyLength
impl Unpin for InvalidKeyLength
impl UnwindSafe for InvalidKeyLength
Blanket Implementations
Mutably borrows from an owned value. Read more