Trait ramp::traits::DivRem [] [src]

pub trait DivRem<RHS = Self> {
    type Output;
    fn divrem(self, rhs: RHS) -> Self::Output;
}

Associated Types

type Output

Required Methods

fn divrem(self, rhs: RHS) -> Self::Output

Implementors