Expand description
§Timekeeping
This module provides types for representing frequency and duration, as well
as an instant in time. Time is measured since boot, and can be accessed
by the Instant::now
function.
This module provides types for representing frequency and duration, as well
as an instant in time. Time is measured since boot, and can be accessed
by the Instant::now
function.