Struct crypto_mac::MacError
[−]
[src]
pub struct MacError;
Error type for signaling failed MAC verification
Trait Implementations
impl Default for MacError[src]
impl Debug for MacError[src]
impl Copy for MacError[src]
impl Clone for MacError[src]
fn clone(&self) -> MacError[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more