Trait bitcoinchain_interface::ShowProgress
source · pub trait ShowProgress {
// Required method
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. |