Expand description
Progress reporting trait for parsing feedback.
The ProgressCallback trait allows callers to receive progress updates
during data parsing without coupling the library to any specific progress
bar implementation. The CLI crate provides an indicatif-based implementation.
Traitsยง
- Progress
Callback - Trait for receiving progress updates during data parsing.