Trait implementation lrs::file::Mode::BitOr

Objects that implement the binary | operator.

Syntax

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