diff --git a/src/installer.rs b/src/installer.rs index 9234bbf..4f9b41c 100644 --- a/src/installer.rs +++ b/src/installer.rs @@ -43,6 +43,7 @@ pub struct InstallerFramework { config: Config, } +/// Used to track the amount of data that has been downloaded during a HTTP request. struct DownloadProgress { downloaded: usize, }