Type Definition git2::build::Progress[][src]

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 numver of completed steps so far, and the final is the total number of steps.