Trait polars::prelude::PolarsMonthStart

source ·
pub trait PolarsMonthStart {
    // Required method
    fn month_start(&self, time_zone: Option<&Tz>) -> Result<Self, PolarsError>
       where Self: Sized;
}
Available on crate feature temporal only.

Required Methods§

source

fn month_start(&self, time_zone: Option<&Tz>) -> Result<Self, PolarsError>
where Self: Sized,

Implementors§