pub type MicrosDuration<T> = Duration<T, 1, 1_000_000>;
Alias for microsecond duration
struct MicrosDuration<T> { /* private fields */ }