pub trait DimNameSub<D>: DimNamewhere
D: DimName,{
type Output: DimName;
// Required method
fn sub(self, other: D) -> Self::Output;
}
Required Associated Types§
Required Methods§
Object Safety§
This trait is not object safe.
pub trait DimNameSub<D>: DimNamewhere
D: DimName,{
type Output: DimName;
// Required method
fn sub(self, other: D) -> Self::Output;
}