Trait NdActivateMut

Source
pub trait NdActivateMut<A, D>
where A: ScalarOperand, D: Dimension,
{ type Data: DataMut<Elem = A>; }

Required Associated Types§

Source

type Data: DataMut<Elem = A>

Implementors§