pub fn write_dbz<'a, T>( writer: impl Write, iter: impl Iterator<Item = &'a T>, ) -> Result<()>where T: 'a + ConstTypeId + Sized,
Incrementally serializes the records in iter in the DBZ format to writer.
iter
writer