twenty_first::math::traits

Trait ModPowU64

Source
pub trait ModPowU64 {
    // Required method
    fn mod_pow_u64(&self, pow: u64) -> Self;
}

Required Methods§

Source

fn mod_pow_u64(&self, pow: u64) -> 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§