Type Definition gzp::CompressResult[][src]

pub type CompressResult<C> = Result<(C, Vec<u8>), GzpError>;
Expand description

Small helper type to encapsulate that the channel that sends to the writer is sending a receiver that will receive a result that is a tuple of the check value and the compressed bytes.