Searched defs:duration_round (Results 1 – 1 of 1) sorted by relevance
134 fn duration_round(self, duration: TimeDelta) -> Result<Self, Self::Err>; in duration_round() method161 fn duration_round(self, duration: TimeDelta) -> Result<Self, Self::Err> { in duration_round() method173 fn duration_round(self, duration: TimeDelta) -> Result<Self, Self::Err> { in duration_round() method182 fn duration_round<T>( in duration_round() function