1 2 3 4 5 6 7
/// Keeps the information about the current progress of downloaded item #[derive(Debug, Clone)] pub struct DownloadProgressItem { pub progress: f64, pub bucket: String, pub name: String, }