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