serde_derive::internals::attr

Function get_where_predicates

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