Function system_time_nanos

Source
pub fn system_time_nanos() -> u64
Expand description

Get system time in nanoseconds since UNIX epoch

Returns the current system time in nanoseconds since Unix epoch. Uses standard library SystemTime for compatibility.