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