Function serde_amqp::from_value

source ·
pub fn from_value<T: DeserializeOwned>(value: Value) -> Result<T, Error>
Expand description

Interprete a Value as an instance of type T