pub(crate) fn into_single_file(files: Vec<File>) -> Option<File>
Expand description

Utility function to convert a vector of files into a single file. Returns None if the vector contains no files or more than one file.