pub trait ShowProgress {
    fn show_progress(
        &mut self,
        title: &String,
        progress: i32,
        resume_possible: bool
    ); }

Required Methods§

| Send progress indicator. |

Implementors§