Type Alias fugit::SecsDurationU32

source ·
pub type SecsDurationU32 = Duration<u32, 1, 1>;
Expand description

Alias for second duration (u32 backing storage)

Aliased Type§

struct SecsDurationU32 { /* private fields */ }