[][src]Function nom_sql::parser::parse_query

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