pub trait ScalarTrait: Clone + Eject + Equal<Self> + Inject + One + Parser + Ternary + ToBits + TypeName + Zero { }
Expand description

Representation of a scalar field element.

Implementors§

§

impl<E> ScalarTrait for Scalar<E>where E: Environment,