1 2 3 4 5
#[derive(Debug, Clone, Copy)] pub struct FileProgress { pub total_bytes: u64, pub bytes_read: u64, }