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