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