pub type ProgressCallback = Arc<dyn Fn(DownloadStatus) + Send + Sync>;
Type alias for progress callbacks registered with a download.
pub struct ProgressCallback { /* private fields */ }