Trait polars_core::series::IntoSeries [−][src]
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 { ... }
}