Trait mashin_runtime::ProgressManager
source · pub trait ProgressManager: Default + Clone {
// Required methods
fn println(&self, msg: &str);
fn progress_bar(&self) -> Option<ProgressBar>;
}
Required Methods§
fn println(&self, msg: &str)
sourcefn progress_bar(&self) -> Option<ProgressBar>
fn progress_bar(&self) -> Option<ProgressBar>
Progress bar for the resources, do not use for anything else