pub async fn from_str<'r, T: FromXml<&'r [u8]>>(str: &'r str) -> Result<T>
Shortcut for deserializing data from a str containing XML
str