opentitanlib::transport

Trait ProgressIndicator

Source
pub trait ProgressIndicator {
    // Required methods
    fn new_stage(&self, name: &str, total: usize);
    fn progress(&self, absolute: usize);
}

Required Methods§

Source

fn new_stage(&self, name: &str, total: usize)

Source

fn progress(&self, absolute: usize)

Implementors§