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.
pub fn write_dbz_stream<T>(
writer: impl Write,
stream: impl StreamingIterator<Item = T>,
) -> Result<()>where
T: ConstTypeId + Sized,Incrementally serializes the records in iter in the DBZ format to writer.