Skip to main content

Hours

Type Alias Hours 

Source
pub(crate) type Hours = ru8<0, { _ }>;
Expand description

The type of the hour field of Time.

Aliased Typeยง

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