Trait implementation lrs::pipe::PipeFlags::BitOr

Objects that implement the binary | operator.

Syntax

impl BitOr<PipeFlags> for PipeFlags {
    type Output = PipeFlags;
}