Type Alias time::time::Minutes

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

The type of the minute field of Time.

Aliased Type§

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

Fields§

§0: Unsafe<u8>