pub fn deserialize_from_bytes<T>(msg: impl AsRef<[u8]>) -> Result<T>
Expand description

Serialize a message from bytes using bincode.