Function serde_qs::from_reader [] [src]

pub fn from_reader<T, R>(reader: R) -> Result<T, Error> where T: Deserialize, R: Read

Convenience function that reads all bytes from reader and deserializes them with from_bytes.