type Nanoseconds = RangedI32<{ _ }, { _ }>;
The type of the nanosecond field of Duration.
nanosecond
Duration
#[repr(transparent)]struct Nanoseconds(/* private fields */);