Function from_reader

Source
pub fn from_reader<T: FromXml, R: BufRead>(r: R) -> Result<T>
Available on crate feature std only.
Expand description

Attempt to parse a type implementing FromXml from a reader.