pub fn decode_protobuf_frame(data: &[u8]) -> Result<CodecFrame, StreamError>Expand description
Decode a single CodecFrame protobuf payload (no length prefix).
pub fn decode_protobuf_frame(data: &[u8]) -> Result<CodecFrame, StreamError>Decode a single CodecFrame protobuf payload (no length prefix).