pub fn decode_gzip_data(data: &Bytes) -> Result<Bytes, Error>
Expand description

Decompresses the given gzip-compressed byte slice and returns the decompressed byte slice.