Function protobuf::parse_length_delimited_from_bytes
source ยท pub fn parse_length_delimited_from_bytes<M: Message>(
bytes: &[u8],
) -> ProtobufResult<M>
๐Deprecated
Expand description
Parse length-delimited message from bytes.
This function is deprecated and will be removed in the next major release.