Function rings_node::prelude::message::decode_gzip_data
source · 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.