Function patchkit::parse::iter_file_patch

source ·
pub fn iter_file_patch<I>(
    orig: I,
) -> impl Iterator<Item = Result<FileEntry, Error>>
where I: Iterator<Item = Vec<u8>>,
Expand description

Iterate through a series of lines.

§Arguments

  • orig - The original lines of the file.