Skip to main content

from_xml_root

Function from_xml_root 

Source
pub fn from_xml_root<T: DeserializeOwned>(body: &[u8]) -> Result<T, DeError>
Expand description

Parse an XML body into a serde-deserializable type.