[][src]Function syn::fold::fold_trait_item

pub fn fold_trait_item<F: ?Sized>(f: &mut F, node: TraitItem) -> TraitItem where
    F: Fold