pub fn deserialise<D>(data: &Vec<u8>) -> Result<D>where
D: DeserializeOwned,Expand description
Deserialise a byte array payload into a concrete type
pub fn deserialise<D>(data: &Vec<u8>) -> Result<D>where
D: DeserializeOwned,Deserialise a byte array payload into a concrete type