[−][src]Trait try_traits::ops::TryBitOrAssign
The try trait for BitOrAssign
.
Associated Types
type Error
The type returned in the event of an error.
Required methods
fn try_bitor_assign(&mut self, rhs: Rhs) -> Result<(), Self::Error>
The fallible equivalent of [BitOrAssign::bitor
].