Trait polars_time::PolarsTruncate
source · pub trait PolarsTruncate {
// Required method
fn truncate(
&self,
tz: Option<&Tz>,
every: &StringChunked
) -> PolarsResult<Self>
where Self: Sized;
}