Type Definition git_transport::client::HandleProgress[][src]

pub type HandleProgress = Box<dyn FnMut(bool, &[u8])>;
Expand description

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