pub fn ns_to_ms_i128(ns: i128) -> Result<i128>
Expand description

Converts nanoseconds to milliseconds. Returns an error on underflow or overflow.