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