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