Skip to main content

Squarable

Trait Squarable 

Source
pub trait Squarable: PrimeCharacteristicRing + Clone {
    // Provided method
    fn exp_powers_of_2(&self) -> ExpPowers2<Self>  { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<T: PrimeCharacteristicRing + Clone> Squarable for T