Skip to main content

PcoArraySlotsExt

Trait PcoArraySlotsExt 

Source
pub trait PcoArraySlotsExt: TypedArrayRef<Pco> {
    // Provided methods
    fn validity(&self) -> Option<&ArrayRef> { ... }
    fn slots_view(&self) -> PcoSlotsView<'_> { ... }
}
Expand description

Typed array accessors for Pco.

Provided Methods§

Source

fn validity(&self) -> Option<&ArrayRef>

Source

fn slots_view(&self) -> PcoSlotsView<'_>

Returns a borrowed view of all slots.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§