Trait opentitanlib::transport::ProgressIndicator
source · pub trait ProgressIndicator {
// Required methods
fn new_stage(&self, name: &str, total: usize);
fn progress(&self, absolute: usize);
}
pub trait ProgressIndicator {
// Required methods
fn new_stage(&self, name: &str, total: usize);
fn progress(&self, absolute: usize);
}