fugit

Type Alias SecsDurationU64

source
pub type SecsDurationU64 = Duration<u64, 1, 1>;
Expand description

Alias for second duration (u64 backing storage)

Aliased Typeยง

struct SecsDurationU64 { /* private fields */ }