pub fn now_steady_ns() -> u64Expand description
Get the current monotonic time in nanoseconds since an arbitrary epoch.
Prefer Instant::now for new code — it’s the typed counterpart and
the only constructor for Instant outside of FOREVER / Add<Duration>
composition. This bare-u64 helper is kept as an escape hatch.