pub type ProgressHandler = Arc<dyn Fn(&Package) + Send + Sync>;

Aliased Type§

struct ProgressHandler { /* private fields */ }