Function serde_amqp::to_value

source ·
pub fn to_value<T>(val: &T) -> Result<Value, Error>
where T: Serialize,
Expand description

Serializes a instance of type T as an AMQP1.0 Value