gix_transport::client

Type Alias 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 */);