pub trait HasModulus {
    fn modulus(&self) -> u16;
}
Expand description

An object that has some modulus. Basic object of Fancy computations.

Required Methods

The modulus of the wire.

Implementors