Trait implementation lrs::tty::TtyOutFlags::BitOr

Objects that implement the binary | operator.

Syntax

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