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