pub fn begin_phase(
progress: Option<&ProgressReporter>,
phase: Phase,
total: u64,
)Expand description
Option-aware ProgressReporter::begin_phase, mirroring how
crate::cancel::is_cancelled handles the absent case.
pub fn begin_phase(
progress: Option<&ProgressReporter>,
phase: Phase,
total: u64,
)Option-aware ProgressReporter::begin_phase, mirroring how
crate::cancel::is_cancelled handles the absent case.