Type Alias build_fs_tree::MergeableDirectoryContent

source ·
pub type MergeableDirectoryContent<Path, FileContent> = BTreeMap<Path, MergeableFileSystemTree<Path, FileContent>>;
Expand description

Directory content of MergeableFileSystemTree.

Aliased Type§

struct MergeableDirectoryContent<Path, FileContent> { /* private fields */ }