Skip to main content

encode_request_frame_body

Function encode_request_frame_body 

Source
pub fn encode_request_frame_body(
    spec: RequestFrameSpec<'_>,
    body: &[u8],
) -> Result<BytesMut>
Expand description

Encode a Kafka request frame with an already-encoded request body.