pub type NanosDuration<T> = Duration<T, 1, 1_000_000_000>;
Alias for nanosecond duration
struct NanosDuration<T> { /* private fields */ }