pub fn from_gzipped_data<T>(data: &Bytes) -> Result<T, Error>where
    T: DeserializeOwned,
Expand description

From gzip data to deserialized