xso

Function from_reader

source
pub fn from_reader<T: FromXml, R: BufRead>(r: R) -> Result<T>
Expand description

Attempt to parse a type implementing FromXml from a reader.