pub fn write_mzml<S: SpectrumSource + ?Sized, W: Write>( src: &mut S, out: &mut W, ) -> Result<()>
Write the source’s spectra as mzML 1.1.0 (un-indexed).