time::duration

Type Alias Nanoseconds

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

The type of the nanosecond field of Duration.

Aliased Typeยง

struct Nanoseconds(/* private fields */);