[go: up one dir, main page]

from_xml

Function from_xml 

Source
pub fn from_xml<S, T>(body: S) -> Result<T, Error>
where S: AsRef<[u8]>, T: DeserializeOwned,
Available on crate feature xml only.
Expand description

Reads XML from bytes.