Function from_str

Source
pub async fn from_str<'r, T: FromXml<&'r [u8]>>(str: &'r str) -> Result<T>
Expand description

Shortcut for deserializing data from a str containing XML