Type Definition downloader::verify::SimpleProgress[][src]

type SimpleProgress = dyn Fn(u64) + Sync;

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