pub type MicrosDurationU64 = Duration<u64, 1, 1000000>;
Alias for microsecond duration (u64 backing storage)
u64