pub struct CamlPastaFqPlonkIndex(pub Box<ProverIndex<Pallas, OpeningProof<Pallas>>>);
Expand description
Boxed so that we don’t store large proving indexes in the OCaml heap.
Tuple Fields§
§0: Box<ProverIndex<Pallas, OpeningProof<Pallas>>>
Trait Implementations§
source§impl Custom for CamlPastaFqPlonkIndex
impl Custom for CamlPastaFqPlonkIndex
source§impl OCamlBinding for CamlPastaFqPlonkIndex
impl OCamlBinding for CamlPastaFqPlonkIndex
source§impl OCamlDesc for CamlPastaFqPlonkIndex
impl OCamlDesc for CamlPastaFqPlonkIndex
source§fn ocaml_desc(env: &Env, _generics: &[&str]) -> String
fn ocaml_desc(env: &Env, _generics: &[&str]) -> String
describes the type in OCaml, given the current environment [Env]
and the list of generic type parameters of the root type
(the type that makes use of this type)
Auto Trait Implementations§
impl RefUnwindSafe for CamlPastaFqPlonkIndex
impl Send for CamlPastaFqPlonkIndex
impl Sync for CamlPastaFqPlonkIndex
impl Unpin for CamlPastaFqPlonkIndex
impl UnwindSafe for CamlPastaFqPlonkIndex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> IntoValue for Twhere
T: 'static + Custom,
impl<T> IntoValue for Twhere T: 'static + Custom,
§fn into_value(self, rt: &OCamlRuntime) -> Value
fn into_value(self, rt: &OCamlRuntime) -> Value
Convert to OCaml value