Skip to main content

ProgressCallback

Type Alias ProgressCallback 

Source
pub type ProgressCallback = Arc<dyn Fn(u64, u64) + Send + Sync>;
Expand description

Progress callback: (bytes_downloaded, total_bytes). total_bytes may be 0 if unknown.

Aliased Typeยง

pub struct ProgressCallback { /* private fields */ }