Function protobuf::parse_length_delimited_from
source · pub fn parse_length_delimited_from<M: Message>(
is: &mut CodedInputStream<'_>
) -> ProtobufResult<M>
👎Deprecated
Expand description
Parse length-delimited message from stream.
Read varint length first, and read messages of that length then.
This function is deprecated and will be removed in the next major release.