/// Callback called whenever a download completes.
#[derive(Debug)]pubstructCallback<'a>{/// The name of the package that completed.
pubpkg:&'astr,
/// The amount of packages that have finished downloading.
pubn:usize,
/// Output of the git command called to download the package.
puboutput:&'astr,
}