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