pub type MillisDurationU64 = Duration<u64, 1_u32, 1000_u32>;
Expand description

Alias for millisecond duration (u64 backing storage)