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