pub fn iter_file_patch<I>( orig: I, ) -> impl Iterator<Item = Result<FileEntry, Error>>where I: Iterator<Item = Vec<u8>>,
Iterate through a series of lines.
orig