Trait PolarsMonthEnd

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

Required Methods§

Source

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

Implementors§