pub fn to_string<'facet, T>(value: &T) -> Result<String, SerializeError>where T: Facet<'facet> + ?Sized,
Serialize an Atom value to a string.