Function from_str

Source
pub fn from_str<'a, T>(s: &'a str) -> Result<T>
where T: Deserialize<'a>,
Expand description

From xml string.

§Errors

If XML parsing fails.