Trait polars::prelude::AsNaiveTime[][src]

pub trait AsNaiveTime {
    fn as_naive_time(&self) -> Vec<Option<NaiveTime>, Global>;
}

Required methods

Implementors