Item

Type Alias Item 

Source
pub type Item = Item<Scanner>;
Expand description

A collection item

Aliased Type§

pub struct Item {
    pub path: PathBuf,
    pub event: Result<Scanner, Error>,
}

Fields§

§path: PathBuf

The path of the item

§event: Result<Scanner, Error>

The event relating to the item