pub type BatchProgressCallback = Box<dyn Fn(usize, usize, &BatchResult) + Send>;Expand description
Progress callback for batch processing.
Called after each job completes with (job_index, total_jobs, result).
Aliased Typeยง
pub struct BatchProgressCallback(/* private fields */);