pub async fn write_block<W>(
    writer: &mut W,
    compressed_block: &CompressedBlock
) -> Result<()> where
    W: AsyncWrite + Unpin
Available on crate features io_avro and io_avro_async only.
Expand description

Writes a CompressedBlock to writer