Type Alias fugit::SecsDurationU64

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

Alias for second duration (u64 backing storage)

Aliased Type§

struct SecsDurationU64 { /* private fields */ }