get_where_predicates

Function get_where_predicates 

Source
fn get_where_predicates(
    cx: &Ctxt,
    meta: &ParseNestedMeta<'_>,
) -> Result<(Option<Vec<WherePredicate>>, Option<Vec<WherePredicate>>)>