Trait method lrs::ops::Rem::rem

The method that will be called by the operator.

Syntax

fn rem(self, rhs: RHS) -> <Self as Rem<RHS>>::Output

Arguments

NameDescription
rhs

The right-hand-side of the operator.