Skip to main content

Module progress

Module progress 

Source
Expand description

Re-exported from composefs::progress; use that path directly in new code.

Structs§

ComponentId
Identity of a component being tracked, typically an OCI layer diff_id or an HTTP object path.
NullReporter
A no-op reporter that discards all events.
ProgressRead
An AsyncRead wrapper that tracks bytes read via a watch channel.

Enums§

ProgressEvent
Events emitted during a pull or download operation.
ProgressUnit
The unit of measurement for a progress component.

Traits§

ProgressReporter
Receives progress events from a pull or download operation.

Type Aliases§

SharedReporter
Convenience type alias for a shared, type-erased progress reporter.