Struct dua::traverse::Traversal [−][src]
pub struct Traversal {
pub tree: Tree,
pub root_index: TreeIndex,
pub entries_traversed: u64,
pub io_errors: u64,
pub total_bytes: Option<u128>,
}Expand description
The result of the previous filesystem traversal
Fields
tree: TreeA tree representing the entire filestem traversal
root_index: TreeIndexThe top-level node of the tree.
entries_traversed: u64Amount of files or directories we have seen during the filesystem traversal
io_errors: u64Total amount of IO errors encountered when traversing the filesystem
total_bytes: Option<u128>Total amount of bytes seen during the traversal