Trait method lrs::ops::Shl::shl

The method that will be called by the operator.

Syntax

fn shl(self, rhs: RHS) -> <Self as Shl<RHS>>::Output

Arguments

NameDescription
rhs

The right-hand-side of the operator.