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: PathBufThe path of the item
event: Result<Scanner, Error>The event relating to the item