pub trait GroupTrait<S>:
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
+ Zerowhere
S: ScalarTrait,{ }
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.