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

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