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.
StderrProgressReporter
Progress reporter that writes human-readable events to stderr.
StdoutProgressReporter
Progress reporter that writes human-readable events to stdout.
WriterProgressReporter
Progress reporter that writes human-readable events to a writer.

Traits§

ProgressReporter
Receives immutable progress events.