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

Required Methods

Implementors