Skip to main content

parse_where_clause

Function parse_where_clause 

Source
pub fn parse_where_clause(pair: Pair<'_, Rule>) -> Result<Vec<WherePredicate>>
Expand description

Parse a where clause: where T: Bound1 + Bound2, U: Bound3