Type Alias Hours

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

The type of the hour field of Time.

Aliased Typeยง

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