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