[][src]Function syn::fold::fold_where_predicate

pub fn fold_where_predicate<F: ?Sized>(
    f: &mut F,
    node: WherePredicate
) -> WherePredicate where
    F: Fold
This is supported on crate feature fold only.