Trait polars_core::series::IntoSeries[][src]

pub trait IntoSeries {
    fn into_series(self) -> Series
    where
        Self: Sized
; }

Required methods

Implementors