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

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