1
2
3
pub trait StatusIndicator {
    fn set_progress(&self);
}