pub trait OnPairArrayExt: OnPairArraySlotsExt {
// Provided method
fn array_validity(&self) -> Validity { ... }
}Expand description
Convenience methods on top of the macro-generated OnPairArraySlotsExt.
Provided Methods§
fn array_validity(&self) -> Validity
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".