Struct fire_crypto::cipher::MacNotEqual [−][src]
pub struct MacNotEqual;Expand description
Get’s returned as an error if the generated mac and the received MAC are not equal.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MacNotEqual
impl Send for MacNotEqual
impl Sync for MacNotEqual
impl Unpin for MacNotEqual
impl UnwindSafe for MacNotEqual
Blanket Implementations
Mutably borrows from an owned value. Read more