Trait PolarsMonthStart

Source
pub trait PolarsMonthStart {
    // Required method
    fn month_start(&self, time_zone: Option<&Tz>) -> Result<Self, PolarsError>
       where Self: Sized;
}

Required Methods§

Source

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

Implementors§