pub type EPContainer = u64;
The underlying container of our Duration/Instant types. Can be either u32 or u64, depending on features. (default: u32)
Duration
Instant
u32
u64