pub trait FieldTrait: Add<Output = Self> + AddAssign + Clone + Div<Output = Self> + DivAssign + Double<Output = Self> + Eject + Equal + FromBits + FromBoolean + Inject + Inv + Mul<Output = Self> + MulAssign + Neg<Output = Self> + One + Parser + Pow<Self, Output = Self> + Square<Output = Self> + Sub<Output = Self> + SubAssign + Ternary + ToBits + TypeName + Zero { }
Expand description

Representation of a base field element.

Object Safety§

This trait is not object safe.

Implementors§