pub type MillisDurationU32 = Duration<u32, 1_u32, 1000_u32>;
Expand description

Alias for millisecond duration (u32 backing storage)