Type Alias git2::build::Progress

source ·
pub type Progress<'a> = dyn FnMut(Option<&Path>, usize, usize) + 'a;
Expand description

Checkout progress notification callback.

The first argument is the path for the notification, the next is the number of completed steps so far, and the final is the total number of steps.