pub trait ProverProgress {
// Required method
fn update(&mut self, cur: u32, end: u32);
}Expand description
Reports on the progress made towards creating proofs for a bundle.
pub trait ProverProgress {
// Required method
fn update(&mut self, cur: u32, end: u32);
}Reports on the progress made towards creating proofs for a bundle.