Module extfn

Source
Expand description

Static functions for std::time::Duration.

Functionsยง

checked_from_micros
A checked version of Duration::from_micros.
checked_from_millis
A checked version of Duration::from_millis.
checked_from_nanos
A checked version of Duration::from_nanos.
checked_from_secs
A checked version of Duration::from_secs.
checked_new
A pre-checked version of Duration::new.