mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-11-22 10:15:42 +01:00
Describe DownloadProgress
This commit is contained in:
parent
917e30cef1
commit
9f0e2352b7
@ -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,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user