Expand description
Re-exported from composefs::progress; use that path directly in new code.
Structs§
- Component
Id - Identity of a component being tracked, typically an OCI layer diff_id or an HTTP object path.
- Null
Reporter - A no-op reporter that discards all events.
- Progress
Read - An
AsyncReadwrapper that tracks bytes read via awatchchannel.
Enums§
- Progress
Event - Events emitted during a pull or download operation.
- Progress
Unit - The unit of measurement for a progress component.
Traits§
- Progress
Reporter - Receives progress events from a pull or download operation.
Type Aliases§
- Shared
Reporter - Convenience type alias for a shared, type-erased progress reporter.