Struct strobe_rs::AuthError[][src]

pub struct AuthError;

An empty struct that just indicates that an error occurred in verifying a MAC

Trait Implementations

impl Debug for AuthError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for AuthError

impl Sync for AuthError