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