Skip to main content

Minutes

Type Alias Minutes 

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

The type of the minute field of Time.

Aliased Typeยง

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