snarkvm_circuit_environment::traits

Trait GroupTrait

Source
pub trait GroupTrait<S: ScalarTrait>:
    Add<Output = Self>
    + AddAssign
    + Clone
    + Double<Output = Self>
    + Eject
    + Equal
    + Inject
    + Mul<S, Output = Self>
    + MulAssign<S>
    + Neg<Output = Self>
    + Parser
    + Sub<Output = Self>
    + SubAssign
    + Ternary
    + TypeName
    + Zero { }
Expand description

Representation of a group element.

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§