Trait bitcoinchain_interface::ShowProgress
source · pub trait ShowProgress {
fn show_progress(
&mut self,
title: &String,
progress: i32,
resume_possible: bool
);
}Required Methods§
sourcefn show_progress(&mut self, title: &String, progress: i32, resume_possible: bool)
fn show_progress(&mut self, title: &String, progress: i32, resume_possible: bool)
| Send progress indicator. |