pub type DirectoryContent<Path, FileContent> = BTreeMap<Path, FileSystemTree<Path, FileContent>>;
Expand description
Directory content of FileSystemTree
.
Aliased Typeยง
struct DirectoryContent<Path, FileContent> { /* private fields */ }
pub type DirectoryContent<Path, FileContent> = BTreeMap<Path, FileSystemTree<Path, FileContent>>;
Directory content of FileSystemTree
.
struct DirectoryContent<Path, FileContent> { /* private fields */ }