pub type Duration = Duration<u64, 1, 1_000_000>;
Represents a duration of time.
The resolution is 1 microsecond, represented as a 64-bit unsigned integer.
struct Duration { /* private fields */ }