use Instant;
/// Returns `Instant` values representing the current instant in time.
///
/// This allows customizing the source of time which is especially useful for
/// testing.
/// Returns the instant corresponding to now using a monotonic clock.
);