Type Definition downloader::verify::SimpleProgress

source ·
pub type SimpleProgress = dyn Fn(u64) + Sync;
Expand description

A simplified progress callback passed to Verify. It only takes a progress value, which is relative to the file length in bytes.