Type Definition build_fs_tree::DirectoryContent

source ·
pub type DirectoryContent<Path, FileContent> = BTreeMap<Path, FileSystemTree<Path, FileContent>>;
Expand description

Directory content of FileSystemTree.