INTERNAL: Do not use. A path pattern. For example:
match x {
Foo::Bar => "ok",
_ => "fail",
}
Import path
import codeql.rust.elements.internal.generated.RawDirect supertypes
Indirect supertypes
Predicates
Inherited predicates
| getPath | Gets the path of this path ast node, if it exists. | from PathAstNode |