Trait IntoGeneric

Source
pub trait IntoGeneric<F: FieldWitness> {
    // Required method
    fn into_gen(self) -> F;
}
Expand description

Trait helping converting concrete types into generics

Required Methods§

Source

fn into_gen(self) -> F

Implementations on Foreign Types§

Source§

impl<F: FieldWitness> IntoGeneric<F> for Fp

Source§

fn into_gen(self) -> F

Source§

impl<F: FieldWitness> IntoGeneric<F> for Fq

Source§

fn into_gen(self) -> F

Implementors§