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