Trait implementation lrs::process::CloneFlags::BitOr

Objects that implement the binary | operator.

Syntax

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