pub fn from_bytes<'a, T: Debug + Deserialize<'a>>(bytes: &'a [u8]) -> Result<T>
Reconstruct a type from array of bytes such as Msg Reconstructed type must be serde json Derserialize