pub fn encode_stream_message_into( frame: &mut BytesMut, body: &[u8], ) -> Result<(), FrameError>
Reuses frame for one protobuf stream message.
frame