pub const NANOS_PER_MILLISECOND: i64 = NANOS_PER_MICROSECOND * 1000; // 1_000_000i64
Expand description

The number of nanoseconds in a millisecond. 1,000,000.