Crate swc_css_visit
Source - fields
docsrs or path
- All
- Visit all children nodes. This converts
VisitAll to Visit. The type
parameter V should implement VisitAll and All<V> implements Visit. - CompositeHook
- A composable hook that combines two hooks.
- VisitMutWithHook
- An adapter that implements VisitMut using a VisitMutHook.
- AstParentKind
docsrs or path - AstParentNodeRef
docsrs or path - NodeRef
- Fold
- A visitor trait for traversing the AST.
- FoldAstPath
path - A visitor trait for traversing the AST.
- FoldWith
- A trait implemented for types that can be visited using a visitor.
- FoldWithAstPath
path - A trait implemented for types that can be visited using a visitor.
- Visit
- A visitor trait for traversing the AST.
- VisitAstPath
path - A visitor trait for traversing the AST.
- VisitMut
- A visitor trait for traversing the AST.
- VisitMutAstPath
path - A visitor trait for traversing the AST.
- VisitMutHook
- A hook trait for composable AST visitors.
- VisitMutWith
- A trait implemented for types that can be visited using a visitor.
- VisitMutWithAstPath
path - A trait implemented for types that can be visited using a visitor.
- VisitWith
- A trait implemented for types that can be visited using a visitor.
- VisitWithAstPath
path - A trait implemented for types that can be visited using a visitor.
- AstKindPath
docsrs or path - AstNodePath
docsrs or path