pub trait AsArray {
// Required method
fn as_array(&self) -> &ChunkedArray<FixedSizeListType>;
}Available on crate features
dtype-array and polars-ops only.Required Methods§
fn as_array(&self) -> &ChunkedArray<FixedSizeListType>
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".