Type Alias time::utc_offset::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(pub(crate) Unsafe<i32>);

Fields§

§0: Unsafe<i32>