#[derive(Clone)] pub struct Progress { pub status_text: String, pub percentage: f32, }