pub trait PrimeCurveAffine: CurveAffine { }Expand description
Affine representation of an elliptic curve point guaranteed to be in the correct prime order subgroup.
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.