CodeQL library for Rust
codeql/rust-all 0.2.7 (changelog, source)
Search

Module PathPat

This module provides the public class PathPat.

Import path

import codeql.rust.elements.PathPat

Imports

Pat

This module provides the public class Pat.

PathAstNode

This module provides the public class PathAstNode.

Aliases

PathPat

A path pattern. For example: rust match x { Foo::Bar => "ok", _ => "fail", }