pub struct BondPublicProver;
Implementations§
Source§impl BondPublicProver
impl BondPublicProver
pub const METADATA: &'static str = "{\n \"prover_checksum\": \"e2c9caa4710ed422b63ea56fab5841b6bd3c27d647feb688b12e7d1e26f8a57b\",\n \"prover_size\": 29352706,\n \"verifier_checksum\": \"2c7affb18cab94022584e7dd09738a1ec24efbae0aebe955ae108209f3fea6ec\",\n \"verifier_size\": 673\n}"
pub fn load_bytes() -> Result<Vec<u8>, ParameterError>
Auto Trait Implementations§
impl Freeze for BondPublicProver
impl RefUnwindSafe for BondPublicProver
impl Send for BondPublicProver
impl Sync for BondPublicProver
impl Unpin for BondPublicProver
impl UnwindSafe for BondPublicProver
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
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more