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.