Type Alias time::duration::Nanoseconds

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

The type of the nanosecond field of Duration.

Aliased Type§

struct Nanoseconds(/* private fields */);