WholeSeconds

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ยง

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