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
.