pub trait WrappingPow {
    fn wrapping_pow(&self, v: &u32) -> Self;
}

Required Methods

Implementations on Foreign Types

Implementors