pub struct WasmPastaFqPlonkIndex(pub Box<ProverIndex<GAffine, OpeningProof<GAffine>>>);
Expand description
Boxed so that we don’t store large proving indexes in the OCaml heap.
Tuple Fields§
§0: Box<ProverIndex<GAffine, OpeningProof<GAffine>>>
Trait Implementations§
source§impl From<WasmPastaFqPlonkIndex> for JsValue
impl From<WasmPastaFqPlonkIndex> for JsValue
source§fn from(value: WasmPastaFqPlonkIndex) -> Self
fn from(value: WasmPastaFqPlonkIndex) -> Self
Converts to this type from the input type.
source§impl FromWasmAbi for WasmPastaFqPlonkIndex
impl FromWasmAbi for WasmPastaFqPlonkIndex
source§impl IntoWasmAbi for WasmPastaFqPlonkIndex
impl IntoWasmAbi for WasmPastaFqPlonkIndex
source§impl RefFromWasmAbi for WasmPastaFqPlonkIndex
impl RefFromWasmAbi for WasmPastaFqPlonkIndex
§type Anchor = Ref<'static, WasmPastaFqPlonkIndex>
type Anchor = Ref<'static, WasmPastaFqPlonkIndex>
The type that holds the reference to
Self
for the duration of the
invocation of the function that has an &Self
parameter. This is
required to ensure that the lifetimes don’t persist beyond one function
call, and so that they remain anonymous.Auto Trait Implementations§
impl RefUnwindSafe for WasmPastaFqPlonkIndex
impl Send for WasmPastaFqPlonkIndex
impl Sync for WasmPastaFqPlonkIndex
impl Unpin for WasmPastaFqPlonkIndex
impl UnwindSafe for WasmPastaFqPlonkIndex
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> Pointable for T
impl<T> Pointable for T
source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere T: IntoWasmAbi,
§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::Abi
source§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi
, except that it may throw and never
return in the case of Err
.