Describe DownloadProgress

This commit is contained in:
James 2018-01-30 18:30:18 +11:00
parent 917e30cef1
commit 9f0e2352b7

View file

@ -43,6 +43,7 @@ pub struct InstallerFramework {
config: Config, config: Config,
} }
/// Used to track the amount of data that has been downloaded during a HTTP request.
struct DownloadProgress { struct DownloadProgress {
downloaded: usize, downloaded: usize,
} }