Trait std::ops::Rem

pub trait Rem<RHS, Result> {
    fn rem(&self, rhs: &RHS) -> Result;
}

Required Methods

fn rem(&self, rhs: &RHS) -> Result

Implementors