pub(crate) struct Fixture {
pub(crate) path: String,
pub(crate) curve: String,
pub(crate) seed: String,
}Expand description
A serialised mina circuit fixture, addressed by the filename convention
kimchi_inputs_CURVE_SEED.ser that proof_criterion_mina also uses.
Fields§
§path: String§curve: String§seed: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for Fixture
impl RefUnwindSafe for Fixture
impl Send for Fixture
impl Sync for Fixture
impl Unpin for Fixture
impl UnsafeUnpin for Fixture
impl UnwindSafe for Fixture
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