Function deserialize_command
pub fn deserialize_command(bytes: &[u8]) -> Result<GuestToHostCommand, Error>Expand description
Deserialize a GuestToHostCommand from a protobuf-encoded byte slice.
pub fn deserialize_command(bytes: &[u8]) -> Result<GuestToHostCommand, Error>Deserialize a GuestToHostCommand from a protobuf-encoded byte slice.