Crate amqp_value_json

Crate amqp_value_json 

Source
Expand description

Module that publishes traits allowing to quickly convert between an AMQPValue and JSON Value (and vice versa).

Enums§

ToAmqpError
Error converting something to an AMQPValue.
ToJsonError
Error that can happen when converting an AMQPValue to a JSON Value.

Traits§

ToAmqp
Convert a JSON Value to an AMQPValue.
ToJson
Convert AMQPValue to a JSON Value.