[−][src]Trait termprogress::ProgressBar
A trait for any bar with progress. You can implemnent your own styles through this trait.
A trait for any bar with progress. You can implemnent your own styles through this trait.
fn set_progress(&mut self, value: f64)fn get_progress(&self) -> f64impl ProgressBar for Bar[src]fn get_progress(&self) -> f64[src]fn set_progress(&mut self, value: f64)[src]