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