twenty_first::math::traits

Trait ModPowU32

Source
pub trait ModPowU32 {
    // Required method
    fn mod_pow_u32(&self, exp: u32) -> Self;
}

Required Methods§

Source

fn mod_pow_u32(&self, exp: u32) -> Self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§