Hours

Type Alias Hours 

Source
type Hours = RangedI8<-25, 25>;
Expand description

The type of the hours field of UtcOffset.

Aliased Typeยง

#[repr(transparent)]
struct Hours(/* private fields */);