pub fn from_str<'input, T>(input: &'input str) -> Result<T, Error>where T: Facet<'input>,
Deserialize an Atom document from a string.