Trait method lrs::ops::Shr::shr

The method that will be called by the operator.

Syntax

fn shr(self, rhs: RHS) -> <Self as Shr<RHS>>::Output

Arguments

NameDescription
rhs

The right-hand-side of the operator.