FsTree

Type Alias FsTree 

Source
pub type FsTree = Tree<PathBuf, Inode>;
Expand description

Alias for the filesystem tree. It is a Tree of PathBuf and Inode.

Aliased Typeยง

pub struct FsTree { /* private fields */ }