Returns an instant corresponding to "now". Examples use std::time::Instant; let now = Instant::now();
Returns an instant corresponding to "now".
use std::time::Instant; let now = Instant::now();
Instant