Function make_unmergeable_dir_content_mergeable

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