Type Alias Nanoseconds

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

The type of the nanosecond field of Duration.

Aliased Typeยง

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