Struct duplicate_kriller::Scanner [] [src]

pub struct Scanner {
    pub settings: Settings,
    // some fields omitted
}

Fields

Methods

impl Scanner
[src]

Set the scan listener. Caution: This overrides previously set listeners! Use a multiplexing listener if multiple listeners are required.

Scan any file or directory for dupes. Dedupe is done within the path as well as against all previously added paths.

Drains the queue of directories to scan

Trait Implementations

impl Debug for Scanner
[src]

Formats the value using the given formatter.