serde_derive::bound

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