Function protobuf::parse_length_delimited_from_reader
source · pub fn parse_length_delimited_from_reader<M: Message>(
r: &mut dyn Read
) -> ProtobufResult<M>
👎Deprecated
Expand description
Parse length-delimited message from Read
.
This function is deprecated and will be removed in the next major release.