pub trait EuclideanRingOperation<Output = Self>: RingOperation<Output> + Div<Output = Output> + Rem<Output = Output> { }

Implementations on Foreign Types

Implementors