pub fn parse_raw_frame<I: ParsableInput>(
    frame_type: AMQPFrameType
) -> impl FnMut(I) -> ParserResult<I, AMQPRawFrame<I>>
Expand description

Parse a raw AMQP frame