Skip to main content

scan_with

Function scan_with 

Source
pub fn scan_with<S>(
    root: &Path,
    config: &Config,
    sink: &mut S,
) -> Result<Report, Error>
where S: ProgressSink + ?Sized,
Expand description

Like scan, but drives a ProgressSink so callers can render progress.