time::utc_offset

Type Alias Hours

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

The type of the hours field of UtcOffset.

Aliased Typeยง

struct Hours(/* private fields */);