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