Trait parallel_disk_usage::reporter::Reporter [−][src]
Expand description
Report progress.
Required methods
Implementations on Foreign Types
Implementors
impl<Data, ReportError> Reporter<Data> for ErrorOnlyReporter<ReportError> where
Data: Size,
ReportError: Fn(ErrorReport<'_>),
impl<Data, ReportError> Reporter<Data> for ProgressAndErrorReporter<Data, ReportError> where
Data: Size + Send + Sync,
ReportError: Fn(ErrorReport<'_>) + Sync,