Skip to main content

SliceArrayExt

Trait SliceArrayExt 

Source
pub trait SliceArrayExt: TypedArrayRef<Slice> {
    // Provided method
    fn child(&self) -> &ArrayRef { ... }
}

Provided Methods§

Source

fn child(&self) -> &ArrayRef

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§