Function serde_amqp::de::from_reader

source ·
pub fn from_reader<T: DeserializeOwned>(reader: impl Read) -> Result<T, Error>
Expand description

Deserialize an instance of type T from an IO stream