1 2 3 4
mod time_instant; pub type TimeDuration = std::time::Duration; pub type TimeInstant = time_instant::TimeInstant;