pub type EdwardsAffine = Affine<EdwardsParameters>;
impl FromStr for EdwardsAffine
type Err = GroupError
The associated error which can be returned from parsing.
fn from_str(s: &str) -> Result<Self, Self::Err>
Parses a string s to return a value of this type. Read more
s