Function protobuf::parse_length_delimited_from [−][src]
pub fn parse_length_delimited_from<M: Message>(
is: &mut CodedInputStream<'_>
) -> ProtobufResult<M>
👎 Deprecated
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.