Function write_dbz_stream

Source
pub fn write_dbz_stream<T>(
    writer: impl Write,
    stream: impl StreamingIterator<Item = T>,
) -> Result<()>
where T: ConstTypeId + Sized,
Expand description

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