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