with_where_predicates_from_fields

Function with_where_predicates_from_fields 

Source
pub fn with_where_predicates_from_fields(
    cont: &Container<'_>,
    generics: &Generics,
    from_field: fn(&Field) -> Option<&[WherePredicate]>,
) -> Generics