Function ruma::serde::urlencoded::from_reader[][src]

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

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