struct Validity [src]

Fields

not_before: u64
not_after: u64

Source

pub const Validity = struct { not_before: u64, not_after: u64, }