Trait polars::series::IntoSeries[][src]

pub trait IntoSeries {
    fn into_series(self) -> Series;
}

Required methods

Implementors