Type Alias time::duration::Nanoseconds

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

The type of the nanosecond field of Duration.

Aliased Type§

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

Fields§

§0: Unsafe<i32>