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