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