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