Type Alias gix_transport::client::HandleProgress
source · pub type HandleProgress<'a> = Box<dyn FnMut(bool, &[u8]) -> ProgressAction + 'a>;
Available on crate feature
blocking-client
only.Expand description
A function f(is_error, text)
receiving progress or error information.
Aliased Type§
struct HandleProgress<'a>(/* private fields */);