Function find_field

Source
pub fn find_field<'a>(fields: &'a [Field], tag: &str) -> Option<&'a Field>
Expand description

Helper function to find field by tag in a list of fields