pub fn from_xml_str<T: FromStr>( into: &mut Option<T>, field: &'static str, deserializer: &mut Deserializer<'_, '_>, ) -> Result<(), Error>