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

Module Impl

INTERNAL: This module contains the customizable definition of Path and should not be referenced directly.

Import path

import codeql.rust.elements.internal.PathImpl

Classes

IdentPath

A simple identifier path.

Path

A path. For example: rust use some_crate::some_module::some_item; foo::bar;