Trait method lrs::ops::Sub::sub

The method that will be called by the operator.

Syntax

fn sub(self, rhs: RHS) -> <Self as Sub<RHS>>::Output

Arguments

NameDescription
rhs

The right-hand-side of the operator.