Type Alias time::time::Nanoseconds

source ·
type Nanoseconds = RangedU32<0, { _ }>;
Expand description

The type of the nanosecond field of Time.

Aliased Type§

struct Nanoseconds(pub(crate) Unsafe<u32>);

Fields§

§0: Unsafe<u32>