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

pub fn parse_raw_value<'a>(
    amqp_type: AMQPType
) -> impl Fn(&'a [u8]) -> ParserResult<'a, AMQPValue>

Parse the AMQPValue of the given AMQPType