Function syn::fold::fold_trait_bound

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