pub fn from_xml_root<T: DeserializeOwned>(body: &[u8]) -> Result<T, DeError>Expand description
Parse an XML body into a serde-deserializable type.
pub fn from_xml_root<T: DeserializeOwned>(body: &[u8]) -> Result<T, DeError>Parse an XML body into a serde-deserializable type.