pub trait VarBinViewArrayExt: TypedArrayRef<VarBinView> {
// Provided methods
fn dtype_parts(&self) -> (bool, Nullability) { ... }
fn varbinview_validity(&self) -> Validity { ... }
}Provided Methods§
fn dtype_parts(&self) -> (bool, Nullability)
fn varbinview_validity(&self) -> Validity
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".