pub trait FoldWith<V>: Visitablewhere
    V: ?Sized,
{ fn fold_children_with(self, visitor: &mut V) -> Self; fn fold_with(self, visitor: &mut V) -> Self
    where
        V: Fold<Self>
, { ... } }

Required Methods

Provided Methods

Implementations on Foreign Types

Noop

Noop

Noop

Noop.

Implementors

Noop.

impl<T, V> FoldWith<V> for ArcCow<T>where
    V: ?Sized,
    T: Clone + FoldWith<V> + Take + Freeze,

impl<V> FoldWith<V> for RClasswhere
    V: ?Sized,

impl<V> FoldWith<V> for RClassMemberwhere
    V: ?Sized,

impl<V> FoldWith<V> for RClassPropwhere
    V: ?Sized,

impl<V> FoldWith<V> for RPrivatePropwhere
    V: ?Sized,

impl<V> FoldWith<V> for RClassMethodwhere
    V: ?Sized,

impl<V> FoldWith<V> for RPrivateMethodwhere
    V: ?Sized,

impl<V> FoldWith<V> for RConstructorwhere
    V: ?Sized,

impl<V> FoldWith<V> for RDecoratorwhere
    V: ?Sized,

impl<V> FoldWith<V> for RDeclwhere
    V: ?Sized,

impl<V> FoldWith<V> for RFnDeclwhere
    V: ?Sized,

impl<V> FoldWith<V> for RClassDeclwhere
    V: ?Sized,

impl<V> FoldWith<V> for RVarDeclwhere
    V: ?Sized,

impl<V> FoldWith<V> for RVarDeclaratorwhere
    V: ?Sized,

impl<V> FoldWith<V> for RExprwhere
    V: ?Sized,

impl<V> FoldWith<V> for RThisExprwhere
    V: ?Sized,

impl<V> FoldWith<V> for RArrayLitwhere
    V: ?Sized,

impl<V> FoldWith<V> for RObjectLitwhere
    V: ?Sized,

impl<V> FoldWith<V> for RPropOrSpreadwhere
    V: ?Sized,

impl<V> FoldWith<V> for RSpreadElementwhere
    V: ?Sized,

impl<V> FoldWith<V> for RUnaryExprwhere
    V: ?Sized,

impl<V> FoldWith<V> for RUpdateExprwhere
    V: ?Sized,

impl<V> FoldWith<V> for RBinExprwhere
    V: ?Sized,

impl<V> FoldWith<V> for RFnExprwhere
    V: ?Sized,

impl<V> FoldWith<V> for RClassExprwhere
    V: ?Sized,

impl<V> FoldWith<V> for RAssignExprwhere
    V: ?Sized,

impl<V> FoldWith<V> for RMemberExprwhere
    V: ?Sized,

impl<V> FoldWith<V> for RMemberPropwhere
    V: ?Sized,

impl<V> FoldWith<V> for RCondExprwhere
    V: ?Sized,

impl<V> FoldWith<V> for RCallExprwhere
    V: ?Sized,

impl<V> FoldWith<V> for RSuperwhere
    V: ?Sized,

impl<V> FoldWith<V> for RImportwhere
    V: ?Sized,

impl<V> FoldWith<V> for RCalleewhere
    V: ?Sized,

impl<V> FoldWith<V> for RNewExprwhere
    V: ?Sized,

impl<V> FoldWith<V> for RSeqExprwhere
    V: ?Sized,

impl<V> FoldWith<V> for RArrowExprwhere
    V: ?Sized,

impl<V> FoldWith<V> for RYieldExprwhere
    V: ?Sized,

impl<V> FoldWith<V> for RMetaPropExprwhere
    V: ?Sized,

impl<V> FoldWith<V> for RAwaitExprwhere
    V: ?Sized,

impl<V> FoldWith<V> for RTplwhere
    V: ?Sized,

impl<V> FoldWith<V> for RTaggedTplwhere
    V: ?Sized,

impl<V> FoldWith<V> for RTplElementwhere
    V: ?Sized,

impl<V> FoldWith<V> for RParenExprwhere
    V: ?Sized,

impl<V> FoldWith<V> for RExprOrSpreadwhere
    V: ?Sized,

impl<V> FoldWith<V> for RBlockStmtOrExprwhere
    V: ?Sized,

impl<V> FoldWith<V> for RPatOrExprwhere
    V: ?Sized,

impl<V> FoldWith<V> for ROptChainExprwhere
    V: ?Sized,

impl<V> FoldWith<V> for ROptChainBasewhere
    V: ?Sized,

impl<V> FoldWith<V> for ROptCallwhere
    V: ?Sized,

impl<V> FoldWith<V> for RFunctionwhere
    V: ?Sized,

impl<V> FoldWith<V> for RParamwhere
    V: ?Sized,

impl<V> FoldWith<V> for RParamOrTsParamPropwhere
    V: ?Sized,

impl<V> FoldWith<V> for RIdentwhere
    V: ?Sized,

impl<V> FoldWith<V> for RBindingIdentwhere
    V: ?Sized,

impl<V> FoldWith<V> for RPrivateNamewhere
    V: ?Sized,

impl<V> FoldWith<V> for RJSXObjectwhere
    V: ?Sized,

impl<V> FoldWith<V> for RJSXMemberExprwhere
    V: ?Sized,

impl<V> FoldWith<V> for RJSXNamespacedNamewhere
    V: ?Sized,

impl<V> FoldWith<V> for RJSXEmptyExprwhere
    V: ?Sized,

impl<V> FoldWith<V> for RJSXExprContainerwhere
    V: ?Sized,

impl<V> FoldWith<V> for RJSXExprwhere
    V: ?Sized,

impl<V> FoldWith<V> for RJSXSpreadChildwhere
    V: ?Sized,

impl<V> FoldWith<V> for RJSXElementNamewhere
    V: ?Sized,

impl<V> FoldWith<V> for RJSXOpeningElementwhere
    V: ?Sized,

impl<V> FoldWith<V> for RJSXAttrOrSpreadwhere
    V: ?Sized,

impl<V> FoldWith<V> for RJSXClosingElementwhere
    V: ?Sized,

impl<V> FoldWith<V> for RJSXAttrwhere
    V: ?Sized,

impl<V> FoldWith<V> for RJSXAttrNamewhere
    V: ?Sized,

impl<V> FoldWith<V> for RJSXAttrValuewhere
    V: ?Sized,

impl<V> FoldWith<V> for RJSXTextwhere
    V: ?Sized,

impl<V> FoldWith<V> for RJSXElementwhere
    V: ?Sized,

impl<V> FoldWith<V> for RJSXElementChildwhere
    V: ?Sized,

impl<V> FoldWith<V> for RJSXFragmentwhere
    V: ?Sized,

impl<V> FoldWith<V> for RJSXOpeningFragmentwhere
    V: ?Sized,

impl<V> FoldWith<V> for RJSXClosingFragmentwhere
    V: ?Sized,

impl<V> FoldWith<V> for RInvalidwhere
    V: ?Sized,

impl<V> FoldWith<V> for RLitwhere
    V: ?Sized,

impl<V> FoldWith<V> for RBigIntwhere
    V: ?Sized,

impl<V> FoldWith<V> for RStrwhere
    V: ?Sized,

impl<V> FoldWith<V> for RBoolwhere
    V: ?Sized,

impl<V> FoldWith<V> for RNullwhere
    V: ?Sized,

impl<V> FoldWith<V> for RRegexwhere
    V: ?Sized,

impl<V> FoldWith<V> for RNumberwhere
    V: ?Sized,

impl<V> FoldWith<V> for RProgramwhere
    V: ?Sized,

impl<V> FoldWith<V> for RModulewhere
    V: ?Sized,

impl<V> FoldWith<V> for RScriptwhere
    V: ?Sized,

impl<V> FoldWith<V> for RModuleItemwhere
    V: ?Sized,

impl<V> FoldWith<V> for RModuleDeclwhere
    V: ?Sized,

impl<V> FoldWith<V> for RExportDefaultExprwhere
    V: ?Sized,

impl<V> FoldWith<V> for RExportDeclwhere
    V: ?Sized,

impl<V> FoldWith<V> for RImportDeclwhere
    V: ?Sized,

impl<V> FoldWith<V> for RExportAllwhere
    V: ?Sized,

impl<V> FoldWith<V> for RNamedExportwhere
    V: ?Sized,

impl<V> FoldWith<V> for RExportDefaultDeclwhere
    V: ?Sized,

impl<V> FoldWith<V> for RDefaultDeclwhere
    V: ?Sized,

impl<V> FoldWith<V> for RImportSpecifierwhere
    V: ?Sized,

impl<V> FoldWith<V> for RImportDefaultSpecifierwhere
    V: ?Sized,

impl<V> FoldWith<V> for RImportStarAsSpecifierwhere
    V: ?Sized,

impl<V> FoldWith<V> for RImportNamedSpecifierwhere
    V: ?Sized,

impl<V> FoldWith<V> for RExportSpecifierwhere
    V: ?Sized,

impl<V> FoldWith<V> for RExportNamespaceSpecifierwhere
    V: ?Sized,

impl<V> FoldWith<V> for RExportDefaultSpecifierwhere
    V: ?Sized,

impl<V> FoldWith<V> for RExportNamedSpecifierwhere
    V: ?Sized,

impl<V> FoldWith<V> for RModuleExportNamewhere
    V: ?Sized,

impl<V> FoldWith<V> for RPatwhere
    V: ?Sized,

impl<V> FoldWith<V> for RArrayPatwhere
    V: ?Sized,

impl<V> FoldWith<V> for RObjectPatwhere
    V: ?Sized,

impl<V> FoldWith<V> for RAssignPatwhere
    V: ?Sized,

impl<V> FoldWith<V> for RRestPatwhere
    V: ?Sized,

impl<V> FoldWith<V> for RObjectPatPropwhere
    V: ?Sized,

impl<V> FoldWith<V> for RKeyValuePatPropwhere
    V: ?Sized,

impl<V> FoldWith<V> for RAssignPatPropwhere
    V: ?Sized,

impl<V> FoldWith<V> for RPropwhere
    V: ?Sized,

impl<V> FoldWith<V> for RKeyValuePropwhere
    V: ?Sized,

impl<V> FoldWith<V> for RAssignPropwhere
    V: ?Sized,

impl<V> FoldWith<V> for RGetterPropwhere
    V: ?Sized,

impl<V> FoldWith<V> for RSetterPropwhere
    V: ?Sized,

impl<V> FoldWith<V> for RMethodPropwhere
    V: ?Sized,

impl<V> FoldWith<V> for RPropNamewhere
    V: ?Sized,

impl<V> FoldWith<V> for RComputedPropNamewhere
    V: ?Sized,

impl<V> FoldWith<V> for RBlockStmtwhere
    V: ?Sized,

impl<V> FoldWith<V> for RStmtwhere
    V: ?Sized,

impl<V> FoldWith<V> for RExprStmtwhere
    V: ?Sized,

impl<V> FoldWith<V> for REmptyStmtwhere
    V: ?Sized,

impl<V> FoldWith<V> for RDebuggerStmtwhere
    V: ?Sized,

impl<V> FoldWith<V> for RWithStmtwhere
    V: ?Sized,

impl<V> FoldWith<V> for RReturnStmtwhere
    V: ?Sized,

impl<V> FoldWith<V> for RLabeledStmtwhere
    V: ?Sized,

impl<V> FoldWith<V> for RBreakStmtwhere
    V: ?Sized,

impl<V> FoldWith<V> for RContinueStmtwhere
    V: ?Sized,

impl<V> FoldWith<V> for RIfStmtwhere
    V: ?Sized,

impl<V> FoldWith<V> for RSwitchStmtwhere
    V: ?Sized,

impl<V> FoldWith<V> for RThrowStmtwhere
    V: ?Sized,

impl<V> FoldWith<V> for RTryStmtwhere
    V: ?Sized,

impl<V> FoldWith<V> for RWhileStmtwhere
    V: ?Sized,

impl<V> FoldWith<V> for RDoWhileStmtwhere
    V: ?Sized,

impl<V> FoldWith<V> for RForStmtwhere
    V: ?Sized,

impl<V> FoldWith<V> for RForInStmtwhere
    V: ?Sized,

impl<V> FoldWith<V> for RForOfStmtwhere
    V: ?Sized,

impl<V> FoldWith<V> for RSwitchCasewhere
    V: ?Sized,

impl<V> FoldWith<V> for RCatchClausewhere
    V: ?Sized,

impl<V> FoldWith<V> for RVarDeclOrPatwhere
    V: ?Sized,

impl<V> FoldWith<V> for RVarDeclOrExprwhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsTypeAnnwhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsTypeParamDeclwhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsTypeParamwhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsTypeParamInstantiationwhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsParamPropwhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsParamPropParamwhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsQualifiedNamewhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsEntityNamewhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsTypeElementwhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsCallSignatureDeclwhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsConstructSignatureDeclwhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsPropertySignaturewhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsGetterSignaturewhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsSetterSignaturewhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsMethodSignaturewhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsIndexSignaturewhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsTypewhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsFnOrConstructorTypewhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsKeywordTypewhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsThisTypewhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsFnParamwhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsFnTypewhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsConstructorTypewhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsTypeRefwhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsTypePredicatewhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsThisTypeOrIdentwhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsTypeQuerywhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsTypeQueryExprwhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsImportTypewhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsTypeLitwhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsArrayTypewhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsTupleTypewhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsTupleElementwhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsOptionalTypewhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsRestTypewhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsUnionOrIntersectionTypewhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsUnionTypewhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsIntersectionTypewhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsConditionalTypewhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsInferTypewhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsParenthesizedTypewhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsTypeOperatorwhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsIndexedAccessTypewhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsMappedTypewhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsLitTypewhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsLitwhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsTplLitTypewhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsInterfaceDeclwhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsInterfaceBodywhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsExprWithTypeArgswhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsTypeAliasDeclwhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsEnumDeclwhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsEnumMemberwhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsEnumMemberIdwhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsModuleDeclwhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsNamespaceBodywhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsModuleBlockwhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsNamespaceDeclwhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsModuleNamewhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsImportEqualsDeclwhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsModuleRefwhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsExternalModuleRefwhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsExportAssignmentwhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsNamespaceExportDeclwhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsAsExprwhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsTypeAssertionwhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsNonNullExprwhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsConstAssertionwhere
    V: ?Sized,

impl<V> FoldWith<V> for RStaticBlockwhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsInstantiationwhere
    V: ?Sized,

impl<V> FoldWith<V> for RTsSatisfiesExprwhere
    V: ?Sized,

impl<V> FoldWith<V> for RSuperPropExprwhere
    V: ?Sized,

impl<V> FoldWith<V> for RSuperPropwhere
    V: ?Sized,

impl<V> FoldWith<V> for Idwhere
    V: ?Sized,

impl<V> FoldWith<V> for StringMappingwhere
    V: ?Sized,

impl<V> FoldWith<V> for IntrinsicKindwhere
    V: ?Sized,

impl<F: ?Sized> FoldWith<F> for UnionMetadata

impl<F: ?Sized> FoldWith<F> for LitTypeMetadata

impl<F: ?Sized> FoldWith<F> for TupleMetadata

impl<F: ?Sized> FoldWith<F> for SymbolMetadata

impl<F: ?Sized> FoldWith<F> for InstanceMetadata

impl<F: ?Sized> FoldWith<F> for ThisTypeMetadata

impl<F: ?Sized> FoldWith<F> for TplTypeMetadata

impl<F: ?Sized> FoldWith<F> for ArrayMetadata

impl<F: ?Sized> FoldWith<F> for QueryTypeMetadata

impl<F: ?Sized> FoldWith<F> for InferTypeMetadata

impl<F: ?Sized> FoldWith<F> for PredicateMetadata

impl<F: ?Sized> FoldWith<F> for RefMetadata

impl<F: ?Sized> FoldWith<F> for FunctionMetadata

impl<F: ?Sized> FoldWith<F> for OperatorMetadata

impl<F: ?Sized> FoldWith<F> for MappedMetadata

impl<F: ?Sized> FoldWith<F> for ClassMetadata

impl<F: ?Sized> FoldWith<F> for ClassDefMetadata

impl<F: ?Sized> FoldWith<F> for TypeParamMetadata

impl<F: ?Sized> FoldWith<F> for InterfaceMetadata

impl<F: ?Sized> FoldWith<F> for AliasMetadata

impl<F: ?Sized> FoldWith<F> for EnumMetadata

impl<F: ?Sized> FoldWith<F> for RestTypeMetadata

impl<F: ?Sized> FoldWith<F> for TypeLitMetadata

impl<F: ?Sized> FoldWith<F> for TypeElMetadata

impl<V> FoldWith<V> for ModuleIdwhere
    V: ?Sized,

impl<const N: &'static str, V: ?Sized> FoldWith<V> for Tracker<N>

impl<V> FoldWith<V> for ClassIdwhere
    V: ?Sized,

impl<V> FoldWith<V> for DestructureIdwhere
    V: ?Sized,

impl<V> FoldWith<V> for SymbolIdwhere
    V: ?Sized,

impl<V: ?Sized> FoldWith<V> for ModuleTypeData

impl<V> FoldWith<V> for Typewhere
    V: ?Sized,

impl<V> FoldWith<V> for Keywhere
    V: ?Sized,

impl<V> FoldWith<V> for PrivateNamewhere
    V: ?Sized,

impl<V> FoldWith<V> for ComputedKeywhere
    V: ?Sized,

impl<V> FoldWith<V> for Instancewhere
    V: ?Sized,

impl<V> FoldWith<V> for LitTypewhere
    V: ?Sized,

impl<V> FoldWith<V> for KeywordTypewhere
    V: ?Sized,

impl<V> FoldWith<V> for Symbolwhere
    V: ?Sized,

impl<V> FoldWith<V> for RestTypewhere
    V: ?Sized,

impl<V> FoldWith<V> for OptionalTypewhere
    V: ?Sized,

impl<V> FoldWith<V> for IndexedAccessTypewhere
    V: ?Sized,

impl<V> FoldWith<V> for Refwhere
    V: ?Sized,

impl<V> FoldWith<V> for InferTypewhere
    V: ?Sized,

impl<V> FoldWith<V> for QueryTypewhere
    V: ?Sized,

impl<V> FoldWith<V> for QueryExprwhere
    V: ?Sized,

impl<V> FoldWith<V> for ImportTypewhere
    V: ?Sized,

impl<V> FoldWith<V> for Namespacewhere
    V: ?Sized,

impl<V> FoldWith<V> for Modulewhere
    V: ?Sized,

impl<V> FoldWith<V> for Enumwhere
    V: ?Sized,

impl<V> FoldWith<V> for EnumMemberwhere
    V: ?Sized,

impl<V> FoldWith<V> for Classwhere
    V: ?Sized,

impl<V> FoldWith<V> for ClassDefwhere
    V: ?Sized,

impl<V> FoldWith<V> for ClassMemberwhere
    V: ?Sized,

impl<V> FoldWith<V> for Methodwhere
    V: ?Sized,

impl<V> FoldWith<V> for ClassPropertywhere
    V: ?Sized,

impl<V> FoldWith<V> for Mappedwhere
    V: ?Sized,

impl<V> FoldWith<V> for Conditionalwhere
    V: ?Sized,

impl<V> FoldWith<V> for Indexwhere
    V: ?Sized,

impl<V> FoldWith<V> for Readonlywhere
    V: ?Sized,

impl<V> FoldWith<V> for Uniquewhere
    V: ?Sized,

impl<V> FoldWith<V> for Tuplewhere
    V: ?Sized,

impl<V> FoldWith<V> for TupleElementwhere
    V: ?Sized,

impl<V> FoldWith<V> for Aliaswhere
    V: ?Sized,

impl<V> FoldWith<V> for Interfacewhere
    V: ?Sized,

impl<V> FoldWith<V> for TypeLitwhere
    V: ?Sized,

impl<V> FoldWith<V> for TypeParamDeclwhere
    V: ?Sized,

impl<V> FoldWith<V> for TsExprwhere
    V: ?Sized,

impl<V> FoldWith<V> for TypeParamInstantiationwhere
    V: ?Sized,

impl<V> FoldWith<V> for TypeElementwhere
    V: ?Sized,

impl<V> FoldWith<V> for CallSignaturewhere
    V: ?Sized,

impl<V> FoldWith<V> for ConstructorSignaturewhere
    V: ?Sized,

impl<V> FoldWith<V> for PropertySignaturewhere
    V: ?Sized,

impl<V> FoldWith<V> for MethodSignaturewhere
    V: ?Sized,

impl<V> FoldWith<V> for IndexSignaturewhere
    V: ?Sized,

impl<V> FoldWith<V> for Arraywhere
    V: ?Sized,

impl<V> FoldWith<V> for Unionwhere
    V: ?Sized,

impl<V> FoldWith<V> for FnParamwhere
    V: ?Sized,

impl<V> FoldWith<V> for Intersectionwhere
    V: ?Sized,

impl<V> FoldWith<V> for TypeParamwhere
    V: ?Sized,

impl<V> FoldWith<V> for EnumVariantwhere
    V: ?Sized,

impl<V> FoldWith<V> for Functionwhere
    V: ?Sized,

impl<V> FoldWith<V> for Constructorwhere
    V: ?Sized,

impl<V> FoldWith<V> for Predicatewhere
    V: ?Sized,

impl<V> FoldWith<V> for TypeOrSpreadwhere
    V: ?Sized,

impl<V> FoldWith<V> for StaticThiswhere
    V: ?Sized,

impl<V> FoldWith<V> for ThisTypewhere
    V: ?Sized,

impl<V> FoldWith<V> for TplTypewhere
    V: ?Sized,

impl<V> FoldWith<V> for TplElemwhere
    V: ?Sized,

impl<V> FoldWith<V> for Freezedwhere
    V: ?Sized,

impl<V> FoldWith<V> for Accessorwhere
    V: ?Sized,