Nanoseconds

Type Alias Nanoseconds 

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

The type of the nanosecond field of Time.

Aliased Typeยง

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