Trait polars::prelude::AsDuration[][src]

pub trait AsDuration<T> {
    fn as_duration(&self) -> ChunkedArray<T>;
}

Required methods

Implementors