Trait polars::chunked_array::temporal::AsNaiveDate[][src]

pub trait AsNaiveDate {
    fn as_naive_date_iter(
        &'a self
    ) -> Box<dyn Iterator<Item = Option<NaiveDate>> + 'a, Global>; }

Required methods

Implementors