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