pub trait AsMultiTargetsMut: AsTargetsMut<Ix = Ix2> {
    // Provided method
    fn as_multi_targets_mut(&mut self) -> ArrayViewMut2<'_, Self::Elem> { ... }
}
Expand description

Returns a mutable reference to multi-target variables.

Provided Methods§

source

fn as_multi_targets_mut(&mut self) -> ArrayViewMut2<'_, Self::Elem>

Implementors§