[][src]Function amq_protocol_types::parsing::parse_raw_value

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

Parse the AMQPValue of the given AMQPType