pub type SecsDurationU64 = Duration<u64, 1, 1>;
Alias for second duration (u64 backing storage)
u64
struct SecsDurationU64 { /* private fields */ }