pub type AsyncZlibCompressWriter<W> = AsyncProcessorWriter<ZlibCompress, W>;
Available on crate features gzip and tokio only.
Expand description

AsyncZlibCompressWriter is a struct that allows compression of data using the zlib format.

Aliased Type§

struct AsyncZlibCompressWriter<W> { /* private fields */ }