pub trait ClockType: Sealed { type Unit: 'static; }
Either a Monotonic or WallTime clock.
Monotonic
WallTime
This trait is sealed and so cannot be implemented outside of this crate.
The type returned by the now function.
now