[−][src]Trait try_traits::ops::TryBitOr
The try trait for BitOr
.
Associated Types
type Error
The type returned in the event of an error.
type Output
The type returned after performing the operation.
Required methods
fn try_bitor(self, rhs: Rhs) -> Result<Self::Output, Self::Error>
The fallible equivalent of BitOr::bitor
.