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