syn::fold

Function fold_trait_bound

source
pub fn fold_trait_bound<F>(f: &mut F, node: TraitBound) -> TraitBound
where F: Fold + ?Sized,