Seconds

Type Alias Seconds 

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

The type of the second field of Time.

Aliased Typeยง

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