Skip to main content

parse_select

Function parse_select 

Source
pub fn parse_select(raw: &str) -> Result<Vec<String>, Problem>
Expand description

Parse $select string into a list of field names. Format: “field1, field2, field3, …” Field names are case-insensitive and whitespace is trimmed.

§Errors

Returns a Problem if the select string is invalid.