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