pub type G2Affine<P> = Affine<<P as BW6Config>::G2Config>;Aliased Type§
struct G2Affine<P> { /* private fields */ }Trait Implementations§
Source§impl<P: BW6Config> From<G2HomProjective<P>> for G2Affine<P>
impl<P: BW6Config> From<G2HomProjective<P>> for G2Affine<P>
Source§fn from(q: G2HomProjective<P>) -> Self
fn from(q: G2HomProjective<P>) -> Self
Converts to this type from the input type.