Function fiberplane_models::query_data::get_query_field
source · pub fn get_query_field<'a>(
query_data: &'a str,
field_name: &str
) -> Cow<'a, str>Expand description
Returns the value of a field in the query data.
Returns an empty string if the field has no value.