pub fn from_reader<T: FromXml, R: BufRead>(r: R) -> Result<T>
std
Attempt to parse a type implementing FromXml from a reader.
FromXml