Skip to main content

OnPairArrayExt

Trait OnPairArrayExt 

Source
pub trait OnPairArrayExt: OnPairArraySlotsExt {
    // Provided method
    fn array_validity(&self) -> Validity { ... }
}
Expand description

Convenience methods on top of the macro-generated OnPairArraySlotsExt.

Provided Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§