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