field_to_struct_string

Function field_to_struct_string 

Source
pub fn field_to_struct_string(
    field: &XMLField,
    field_type: &str,
    struct_string: String,
) -> String
Expand description

Adds field to the struct string. Makes all fields optional, except for attribute fields. Makes attribute field “srsName” optional for GmlPolygon and GmlMultiPolygon.