pub type SharedReporter = Arc<dyn ProgressReporter>;Expand description
Convenience type alias for a shared, type-erased progress reporter.
Aliased Typeยง
pub struct SharedReporter { /* private fields */ }pub type SharedReporter = Arc<dyn ProgressReporter>;Convenience type alias for a shared, type-erased progress reporter.
pub struct SharedReporter { /* private fields */ }