Type Alias time::utc_offset::Seconds

source ·
type Seconds = RangedI8<{ _ }, { _ }>;
Expand description

The type of the seconds field of UtcOffset.

Aliased Type§

struct Seconds(pub(crate) Unsafe<i8>);

Fields§

§0: Unsafe<i8>