Module progress

Source
Expand description

Contains Progress struct for updating the package list.

Structs§

AcquireProgress
A struct aligning with apt’s AcquireStatus.
AptAcquireProgress
AptAcquireProgress is the default struct for the update method on the cache.
AptInstallProgress
Default struct to handle the output of a transaction.
InstallProgress
Struct for displaying Progress of Package Installation.
OperationProgress
Allows lengthy operations to communicate their progress.

Traits§

DynAcquireProgress
Customize the output shown during file downloads.
DynInstallProgress
Customize the output of installation progress.
DynOperationProgress
Customize the output of operation progress on things like opening the cache.