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