openvm_pairing_guest::pairing

Trait FromLineDType

Source
pub trait FromLineDType<Fp2> {
    // Required method
    fn from_evaluated_line_d_type(line: EvaluatedLine<Fp2>) -> Self;
}
Expand description

Convert D-type lines into Fp12 elements

Required Methods§

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.

Implementations on Foreign Types§

Source§

impl FromLineDType<Fq2> for Fq12

Implementors§