Crate swc_css_visit

Crate swc_css_visit 

Source

Modules§

fieldsdocsrs or path

Structs§

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.

Enums§

AstParentKinddocsrs or path
AstParentNodeRefdocsrs or path
NodeRef

Traits§

Fold
A visitor trait for traversing the AST.
FoldAstPathpath
A visitor trait for traversing the AST.
FoldWith
A trait implemented for types that can be visited using a visitor.
FoldWithAstPathpath
A trait implemented for types that can be visited using a visitor.
Visit
A visitor trait for traversing the AST.
VisitAstPathpath
A visitor trait for traversing the AST.
VisitMut
A visitor trait for traversing the AST.
VisitMutAstPathpath
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.
VisitMutWithAstPathpath
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.
VisitWithAstPathpath
A trait implemented for types that can be visited using a visitor.

Type Aliases§

AstKindPathdocsrs or path
AstNodePathdocsrs or path