Type Definition git_transport::client::HandleProgress

source ·
pub type HandleProgress = Box<dyn FnMut(bool, &[u8])>;
Available on crate feature blocking-client only.
Expand description

A function f(is_error, text) receiving progress or error information.