pub fn iter_hunks<'a, I>( iter_lines: &mut I, ) -> impl Iterator<Item = Result<Hunk, Error>> + '_where I: Iterator<Item = &'a [u8]>,