Function parse_query

Source
pub fn parse_query<T>(input: T) -> Result<SqlQuery, &'static str>
where T: AsRef<str>,