Function time::parsing::iso8601::round

source ·
fn round(value: f64) -> f64
Available on crate feature parsing only.
Expand description

Round wrapper that uses hardware implementation if std is available, falling back to manual implementation for no_std