time::utc_offset

Type Alias WholeSeconds

source
type WholeSeconds = RangedI32<{ _ }, { _ }>;
Expand description

The type capable of storing the range of whole seconds that a UtcOffset can encompass.

Aliased Typeยง

struct WholeSeconds(/* private fields */);