Skip to main content

SharedReporter

Type Alias SharedReporter 

Source
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 */ }