Trait ubiquity::detect::ProgressCallback [] [src]

pub trait ProgressCallback {
    fn reading_directory(&self, path: &Path, checked: usize, remaining: usize);
}

Progress reporting for the update detection process.

Required Methods

Called when a new directory is being searched.

Implementors