Crate swc_css_visit

Source

Modules§

fields

Structs§

All
Visit all children nodes. This converts VisitAll to Visit. The type parameter V should implement VisitAll and All<V> implements Visit.

Enums§

AstParentKind
AstParentNodeRef
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.
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§

AstKindPath
AstNodePath