Trait PowFrom

Source
pub trait PowFrom<Lhs = Self> {
    // Required method
    fn pow_from(&mut self, lhs: Lhs);
}
Expand description

Exponentiation with assignment to the rhs operand.

Required Methods§

Source

fn pow_from(&mut self, lhs: Lhs)

Implementors§