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