pub fn deserialize_from_bytes<T: DeserializeOwned>(bytes: &Bytes) -> Result<T>
Expand description
Utility function to deserialize Bytes to data
pub fn deserialize_from_bytes<T: DeserializeOwned>(bytes: &Bytes) -> Result<T>
Utility function to deserialize Bytes to data