from_str

Function from_str 

Source
pub fn from_str<'input, T>(xml: &'input str) -> Result<T, Error>
where T: Facet<'input>,
Expand description

Deserialize an Atom document from a string.