pub trait PolarsRound {
    fn round(&self, every: Duration, offset: Duration) -> Self;
}

Required Methods§

Implementations on Foreign Types§

Implementors§