Function quick_xml::de::from_slice[][src]

pub fn from_slice<T: DeserializeOwned>(b: &[u8]) -> Result<T, DeError>
Expand description

Deserialize an instance of type T from bytes of XML text.