Skip to main content

DownloadProgress

Type Alias DownloadProgress 

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

Reports how many bytes of a cloud object have arrived from the provider. The count is cumulative and advances once per received stream buffer.

Aliased Typeยง

pub struct DownloadProgress { /* private fields */ }