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

Module Generated

INTERNAL: This module contains the fully generated definition of PathExpr and should not be referenced directly.

Import path

import codeql.rust.elements.internal.generated.PathExpr

Classes

PathExpr

A path expression. For example: rust let x = variable; let x = foo::bar; let y = <T>::foo; let z = <TypeRepr as Trait>::foo; INTERNAL: Do not reference the Generated::PathExpr class directly. Use the subclass PathExpr, where the following predicates are available.