pub type PruneProgress = Arc<dyn Fn(&Path) + Send + Sync>;

Aliased Type§

struct PruneProgress { /* private fields */ }