Minutes

Type Alias Minutes 

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

The type of the minute field of Time.

Aliased Typeยง

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