Function build_fs_tree::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