Skip to main content

SharedArraySlotsExt

Trait SharedArraySlotsExt 

Source
pub trait SharedArraySlotsExt: TypedArrayRef<Shared> {
    // Provided methods
    fn source(&self) -> &ArrayRef { ... }
    fn slots_view(&self) -> SharedSlotsView<'_> { ... }
}
Expand description

Typed array accessors for Shared.

Provided Methods§

Source

fn source(&self) -> &ArrayRef

Source

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

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§