Function protobuf::parse_from_bytes
source ยท pub fn parse_from_bytes<M: Message>(bytes: &[u8]) -> ProtobufResult<M>
๐Deprecated since 2.19: Use Message::parse_from_bytes instead
Expand description
Parse message from byte array.