Skip to main content

Module reporter

Module reporter 

Source
Expand description

Progress reporter trait and built-in implementations.

Structs§

LoggerProgressReporter
Progress reporter that emits progress events through the log crate.
NoOpProgressReporter
Progress reporter that ignores all events.
WriterProgressReporter
Progress reporter that writes human-readable events to a writer.

Traits§

ProgressReporter
Receives immutable progress events.