pub fn parse_from_bytes<M: Message>(bytes: &[u8]) -> ProtobufResult<M>
Expand description

Parse message from byte array.