pub trait AsList {
// Required method
fn as_list(&self) -> &ChunkedArray<ListType>;
}Available on crate feature
polars-ops only.pub trait AsList {
// Required method
fn as_list(&self) -> &ChunkedArray<ListType>;
}polars-ops only.