ProgressCallback

Type Alias ProgressCallback 

Source
pub type ProgressCallback = fn(current: u64, total: u64);
Expand description

The type of progress callback function