pub fn field_to_struct_string(
field: &XMLField,
field_type: &str,
struct_string: String,
) -> StringExpand description
Adds field to the struct string. Makes all fields optional, except for attribute fields. Makes attribute field “srsName” optional for GmlPolygon and GmlMultiPolygon.