pub trait PowFrom<Lhs = Self> { // Required method fn pow_from(&mut self, lhs: Lhs); }
Exponentiation with assignment to the rhs operand.