Type Alias time::time::Hours

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

The type of the hour field of Time.

Aliased Type§

struct Hours(/* private fields */);