pub type NanosDurationU64 = Duration<u64, 1, 1_000_000_000>;
Alias for nanosecond duration (u64 backing storage)
u64
struct NanosDurationU64 { /* private fields */ }