Trait hyperdual::DimNameDiv
source · [−]pub trait DimNameDiv<D>: DimName where
D: DimName, {
type Output: DimName;
fn div(self, other: D) -> Self::Output;
}pub trait DimNameDiv<D>: DimName where
D: DimName, {
type Output: DimName;
fn div(self, other: D) -> Self::Output;
}