Struct rusthotp::HotpOutput [] [src]

pub struct HotpOutput {
    pub code: u32,
    pub length: usize,
}

Fields

Trait Implementations

impl Display for HotpOutput
[src]

Formats the value using the given formatter. Read more