Note: This page contains multiple implementations.
Objects that implement the binary | operator.
|
impl BitOr<u8> for W8 { type Output = W8; }
impl BitOr<W8> for W8 { type Output = W8; }