Enum otpauth_uri::types::OTPGenerator[][src]

pub enum OTPGenerator {
    TOTPGenerator(TOTPGenerator),
    HOTPGenerator(HOTPGenerator),
}

Variants

Trait Implementations

impl Debug for OTPGenerator
[src]

Formats the value using the given formatter. Read more

impl From<OTPUri> for OTPGenerator
[src]

Performs the conversion.

Auto Trait Implementations