pub trait AsArray {
// Required method
fn as_array(&self) -> &ChunkedArray<FixedSizeListType>;
}Available on crate features
polars-ops and dtype-array only.pub trait AsArray {
// Required method
fn as_array(&self) -> &ChunkedArray<FixedSizeListType>;
}polars-ops and dtype-array only.