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