pub type ProgressCallback = Arc<dyn Fn(usize, usize) + Send + Sync>;Expand description
Progress callback type for reporting scrape progress.
Called with (completed, total) after each URL is processed.
Aliased Type§
pub struct ProgressCallback { /* private fields */ }