Function protobuf::parse_length_delimited_from [] [src]

pub fn parse_length_delimited_from<M: Message>(
    is: &mut CodedInputStream
) -> ProtobufResult<M>

Parse length-delimited message from stream.

Read varint length first, and read messages of that length then.