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