xso

Function from_bytes

Source
pub fn from_bytes<T: FromXml>(buf: &[u8]) -> Result<T, Error>
Available on crate feature std only.
Expand description

Attempt to parse a type implementing FromXml from a byte buffer containing XML data.