Enum google_authenticator::google_authenticator::GAError [] [src]

pub enum GAError {
    Error(&'static str),
}

Variants

Trait Implementations

impl Debug for GAError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for GAError
[src]

[src]

A short description of the error. Read more

[src]

The lower-level cause of this error, if any. Read more

impl Display for GAError
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GAError

impl Sync for GAError