Function serde_xml::value::from_value
[−]
[src]
pub fn from_value<T>(value: Element) -> Result<T, Error> where
T: Deserialize,
Shortcut function to decode a Xml Element
into a T