Type Alias time::time::Hours

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

The type of the hour field of Time.

Aliased Type§

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

Fields§

§0: Unsafe<u8>