Struct bellman::groth16::Proof [] [src]

pub struct Proof<E: Engine> { /* fields omitted */ }

Trait Implementations

impl<E: Clone + Engine> Clone for Proof<E> where
    E::G1Affine: Clone,
    E::G2Affine: Clone,
    E::G1Affine: Clone
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more