Trait ocy_core::walker::WalkNotifier[][src]

pub trait WalkNotifier {
    fn notify_entered_directory(&self, dir: &FileInfo);
fn notify_candidate_for_removal(&self, candidate: RemovalCandidate);
fn notify_fail_to_scan(&self, e: &FileInfo, report: Report);
fn notify_walk_finish(&self); }

Required methods

Loading content...

Implementors

Loading content...