fn write_outputs<'i, I>( writer: &mut impl Write, outputs: I, ) -> Result<(), Error>where I: IntoIterator<Item = (&'i OutputName, &'i Output)>,