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