Trait implementation lrs::pipe::PipeFlags::BitAnd

Objects that implement the binary & operator.

Syntax

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