Trait SpecAdd
pub trait SpecAdd<Rhs = Self> {
type Output;
// Required method
fn spec_add(self, rhs: Rhs) -> Self::Output;
}
pub trait SpecAdd<Rhs = Self> {
type Output;
// Required method
fn spec_add(self, rhs: Rhs) -> Self::Output;
}