Trait method lrs::ops::BitOr::bitor

The method that will be called by the operator.

Syntax

fn bitor(self, rhs: RHS) -> <Self as BitOr<RHS>>::Output

Arguments

NameDescription
rhs

The right-hand-side of the operator.