time::time

Type Alias Minutes

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

The type of the minute field of Time.

Aliased Typeยง

struct Minutes(/* private fields */);