Searched refs:DurationRound (Results 1 – 3 of 3) sorted by relevance
102 pub trait DurationRound: Sized { trait149 impl<Tz: TimeZone> DurationRound for DateTime<Tz> {270 use super::{Duration, DurationRound, SubsecRound};
503 pub use round::{DurationRound, RoundingError, SubsecRound};
66 * Add `DurationRound` trait that allows rounding and truncating by `Duration` (@robyoung)