pub fn find_field<'a>(fields: &'a [Field], tag: &str) -> Option<&'a Field>
Helper function to find field by tag in a list of fields