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