codeql/rust-all
0.1.11
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
INTERNAL: This module contains the customizable definition of Path and should not be referenced directly.
Path
import codeql.rust.elements.internal.PathImpl
A simple identifier path.
A path. For example: rust use some_crate::some_module::some_item; foo::bar;
rust use some_crate::some_module::some_item; foo::bar;