pub fn decode_protobuf_stream<R: Read>(reader: R) -> ProtobufFrameIter<R> ⓘExpand description
Yield frames from a stream of length-prefixed protobuf CodecFrame
payloads. Wire: 4-byte big-endian length followed by the protobuf
bytes.
pub fn decode_protobuf_stream<R: Read>(reader: R) -> ProtobufFrameIter<R> ⓘYield frames from a stream of length-prefixed protobuf CodecFrame
payloads. Wire: 4-byte big-endian length followed by the protobuf
bytes.