codeql/rust-all
0.2.5-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
INTERNAL: This module contains the customizable definition of Use and should not be referenced directly.
Use
import codeql.rust.elements.internal.UseImpl
A use statement. For example: rust use std::collections::HashMap;
use
rust use std::collections::HashMap;