Function syn::fold::fold_trait_bound

source ·
pub fn fold_trait_bound<F>(f: &mut F, node: TraitBound) -> TraitBoundwhere
    F: Fold + ?Sized,
Available on crate feature fold only.