pub type Duration<OS> = TickDuration<<OS as OsInterface>::Instant>;
pub struct Duration<OS> { /* private fields */ }