remotefs_memory

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ยง

struct FsTree { /* private fields */ }