Type Alias notify::poll::ScanEvent

source ·
pub type ScanEvent = Result<PathBuf>;
Expand description

Event send for registered handler on initial directory scans

Aliased Type§

enum ScanEvent {
    Ok(PathBuf),
    Err(Error),
}

Variants§

§1.0.0

Ok(PathBuf)

Contains the success value

§1.0.0

Err(Error)

Contains the error value