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