Trait rust_pathtracer::prelude::DimNameMul
source · pub trait DimNameMul<D>: DimNamewhere
D: DimName,{
type Output: DimName;
// Required method
fn mul(self, other: D) -> Self::Output;
}pub trait DimNameMul<D>: DimNamewhere
D: DimName,{
type Output: DimName;
// Required method
fn mul(self, other: D) -> Self::Output;
}