Function ws_tool::codec::decode_frame[][src]

pub fn decode_frame(
    config: &FrameConfig,
    fragmented: &mut bool,
    fragmented_data: &mut BytesMut,
    fragmented_type: &mut OpCode,
    src: &mut BytesMut
) -> Result<Option<Frame>, WsError>