Skip to main content

ArrayFutureExt

Trait ArrayFutureExt 

Source
pub trait ArrayFutureExt {
    // Required method
    fn masked(self, mask: MaskFuture) -> Self;
}
Expand description

Helpers for futures that resolve to arrays.

Required Methods§

Source

fn masked(self, mask: MaskFuture) -> Self

Apply a row mask to the resolved array.

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§