pub struct FeePublicProver;
Implementations§
Source§impl FeePublicProver
impl FeePublicProver
pub const METADATA: &'static str = "{\n \"prover_checksum\": \"1667bf508398fb94cb97dc7c99b647195492e0e8a9bf57fdb73fa3c294a3ceaf\",\n \"prover_size\": 29174402,\n \"verifier_checksum\": \"63936b8503ef8daf476e48d54106872fe813041a0b81e0f44c9714999866ebc4\",\n \"verifier_size\": 673\n}"
pub fn load_bytes() -> Result<Vec<u8>, ParameterError>
Auto Trait Implementations§
impl Freeze for FeePublicProver
impl RefUnwindSafe for FeePublicProver
impl Send for FeePublicProver
impl Sync for FeePublicProver
impl Unpin for FeePublicProver
impl UnwindSafe for FeePublicProver
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