from_str

Function from_str 

Source
pub fn from_str<'a, T: XmlLoad<'a>>(data: &'a str) -> Result<T, XmlError>
Expand description

Get a type by loading it from a string containing an XML document.