Function rings_node::prelude::message::from_gzipped_data
source · pub fn from_gzipped_data<T>(data: &Bytes) -> Result<T, Error>where
T: DeserializeOwned,
Expand description
From gzip data to deserialized
pub fn from_gzipped_data<T>(data: &Bytes) -> Result<T, Error>where
T: DeserializeOwned,
From gzip data to deserialized