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.
pub fn try_decode_frame_from_bytes(
buf: &mut BytesMut,
) -> ProtocolResult<Option<DecodedFrame>>Decodes one complete control or generation-8 bulk frame from a cursor-based buffer.