Type Alias time::time::Seconds

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

The type of the second field of Time.

Aliased Type§

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

Fields§

§0: Unsafe<u8>