Type Alias time::utc_offset::Minutes

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

The type of the minutes field of UtcOffset.

Aliased Type§

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

Fields§

§0: Unsafe<i8>