pub fn make_mergeable_dir_content_unmergeable<Path, FileContent>(
    map: MergeableDirectoryContent<Path, FileContent>
) -> DirectoryContent<Path, FileContent>where
    Path: Ord,
Expand description