pub fn from_bytes<'a, T: Deserialize<'a>>(bytes: &'a [u8]) -> Result<T>
Deserializes T from bytes
T
bytes