find_field

Function find_field 

Source
fn find_field<'a>(
    fields: &'a UnionFields,
    name: &str,
) -> Result<(i8, &'a FieldRef)>