Trait method lrs::ops::Div::div

The method that will be called by the operator.

Syntax

fn div(self, rhs: RHS) -> <Self as Div<RHS>>::Output

Arguments

NameDescription
rhs

The right-hand-side of the operator.