pub fn parse_raw_value<I: ParsableInput>(
    amqp_type: AMQPType
) -> impl FnMut(I) -> ParserResult<I, AMQPValue>
Expand description

Parse the AMQPValue of the given AMQPType