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.
Object Safety§
This trait is not object safe.