Minutes

Type Alias Minutes 

Source
type Minutes = RangedI8<{ _ }, { _ }>;
Expand description

The type of the minutes field of UtcOffset.

Aliased Typeยง

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