pub trait AreMultipliable<R1, C1, R2, C2>: DimEq<C1, R2>where
    R1: Dim,
    C1: Dim,
    R2: Dim,
    C2: Dim,
{ }
Expand description

Constraints C1 and R2 to be equivalent.

Implementors