1 2 3 4 5
//! Simple types for typical use cases. use crate::{Clock, ConstantRate}; pub type AdjustingClock = Clock<ConstantRate>;