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