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

Required Methods§

Implementations on Foreign Types§

Implementors§