Function write_dbz

Source
pub fn write_dbz<'a, T>(
    writer: impl Write,
    iter: impl Iterator<Item = &'a T>,
) -> Result<()>
where T: 'a + ConstTypeId + Sized,
Expand description

Incrementally serializes the records in iter in the DBZ format to writer.