pub type MillisDuration<T> = Duration<T, 1, 1_000>;
Alias for millisecond duration
struct MillisDuration<T> { /* private fields */ }