pub trait AsBinary {
    fn as_binary(&self) -> &BinaryChunked;
}
Available on crate feature dtype-binary only.

Required Methods§

Implementations on Foreign Types§

Implementors§