fugit

Type Alias SecsDurationU32

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

Alias for second duration (u32 backing storage)

Aliased Typeยง

struct SecsDurationU32 { /* private fields */ }