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

Required Methods

Implementors