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