Trait polars_core::prelude::IntoSeries
source · [−]pub trait IntoSeries {
fn into_series(self) -> Series
where
Self: Sized;
fn is_series() -> bool { ... }
}
pub trait IntoSeries {
fn into_series(self) -> Series
where
Self: Sized;
fn is_series() -> bool { ... }
}