Trait long_running_task::Progressible
source · pub trait Progressible {
// Required method
fn progress(&mut self);
}Expand description
Structs implementing this trait hold the current progress of a task.
pub trait Progressible {
// Required method
fn progress(&mut self);
}Structs implementing this trait hold the current progress of a task.