Trait polars::prelude::IntoSeries[][src]

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

Required methods

Implementors