pub trait FallibleAddAssign<T = Self> { // Required method fn add_assign_fallible(&mut self, rhs: &T); }