Function quick_xml::de::from_str[][src]

pub fn from_str<'de, T: Deserialize<'de>>(s: &'de str) -> Result<T, DeError>
Expand description

Deserialize an instance of type T from a string of XML text.