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.