Skip to main content

try_decode_frame_from_bytes

Function try_decode_frame_from_bytes 

Source
pub fn try_decode_frame_from_bytes(
    buf: &mut BytesMut,
) -> ProtocolResult<Option<DecodedFrame>>
Expand description

Decodes one complete control or generation-8 bulk frame from a cursor-based buffer.