Skip to main content

SliceArraySlotsExt

Trait SliceArraySlotsExt 

Source
pub trait SliceArraySlotsExt: TypedArrayRef<Slice> {
    // Provided methods
    fn child(&self) -> &ArrayRef { ... }
    fn slots_view(&self) -> SliceSlotsView<'_> { ... }
}
Expand description

Typed array accessors for Slice.

Provided Methods§

Source

fn child(&self) -> &ArrayRef

Source

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

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§