Trait na::DimMul

source ·
pub trait DimMul<D>: Dimwhere
    D: Dim,
{ type Output: Dim; fn mul(self, other: D) -> Self::Output; }

Required Associated Types§

Required Methods§

Implementors§