pub type MicroSeconds<T> = Duration<T, Micro>;
A duration that is expressed in units of microseconds.
pub struct MicroSeconds<T> { /* private fields */ }