Trait method lrs::ops::Add::add

The method that will be called by the operator.

Syntax

fn add(self, rhs: RHS) -> <Self as Add<RHS>>::Output

Arguments

NameDescription
rhs

The right-hand-side of the operator.